Package adams.gui.chooser
Interface RemoteDirectorySetup
-
- All Superinterfaces:
CleanUpHandler
,Destroyable
,OptionHandler
- All Known Implementing Classes:
FtpRemoteDirectorySetup
,SftpRemoteDirectorySetup
,SmbRemoteDirectorySetup
public interface RemoteDirectorySetup extends OptionHandler, CleanUpHandler
Interface for setup classes that define access to remote directories.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
requiresInitialization()
Returns whether the setup needs to be configured by the user or whether it can be used straight away.-
Methods inherited from interface adams.core.CleanUpHandler
cleanUp
-
Methods inherited from interface adams.core.Destroyable
destroy
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager, toCommandLine
-
-