org.olat.admin.sysinfo
Class FileSystemTestForm

java.lang.Object
  extended by org.olat.core.gui.control.DefaultController
      extended by org.olat.core.gui.control.controller.BasicController
          extended by org.olat.core.gui.components.form.flexible.impl.FormBasicController
              extended by org.olat.admin.sysinfo.FileSystemTestForm
All Implemented Interfaces:
Controller, ControllerEventListener, Disposable

public class FileSystemTestForm
extends FormBasicController


Field Summary
 
Fields inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
LAYOUT_CUSTOM, LAYOUT_DEFAULT, LAYOUT_HORIZONTAL, LAYOUT_VERTICAL
 
Constructor Summary
FileSystemTestForm(UserRequest ureq, WindowControl wControl, Translator translator)
           
 
Method Summary
 int getLoops()
           
 int getMaxNbrDirs()
           
 int getMaxNbrFiles()
           
 int getNbrCharInFile()
           
 boolean isCheckWithRetriesEnabled()
           
 boolean isFsSyncEnabled()
           
 
Methods inherited from class org.olat.core.gui.components.form.flexible.impl.FormBasicController
dispose, event
 
Methods inherited from class org.olat.core.gui.control.DefaultController
addControllerListener, addLoggingResourceable, dispatchEvent, dispatchEvent, getControllerCount, getInitialComponent, getUserActivityLogger, getWindowControlForDebug, isDisposed, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileSystemTestForm

public FileSystemTestForm(UserRequest ureq,
                          WindowControl wControl,
                          Translator translator)
Method Detail

getMaxNbrDirs

public int getMaxNbrDirs()

getMaxNbrFiles

public int getMaxNbrFiles()

getNbrCharInFile

public int getNbrCharInFile()

getLoops

public int getLoops()

isFsSyncEnabled

public boolean isFsSyncEnabled()

isCheckWithRetriesEnabled

public boolean isCheckWithRetriesEnabled()