|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRemoteFileSubSystemConfiguration | |
---|---|
org.eclipse.rse.files.ui.widgets | |
org.eclipse.rse.subsystems.files.core.model | |
org.eclipse.rse.subsystems.files.core.servicesubsystem | |
org.eclipse.rse.subsystems.files.core.subsystems | |
org.eclipse.rse.subsystems.files.core.util | |
org.eclipse.rse.subsystems.files.dstore | Application programming interface for creating customized DataStore file subsystems. |
org.eclipse.rse.subsystems.files.ftp | Application programming interface for creating customized FTP file subsystems. |
org.eclipse.rse.subsystems.files.local | Application programming interface for creating customized local file subsystems. |
org.eclipse.rse.subsystems.files.ssh | Application programming interface for creating customized sftp file subsystems. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.files.ui.widgets |
---|
Methods in org.eclipse.rse.files.ui.widgets with parameters of type IRemoteFileSubSystemConfiguration | |
---|---|
static ValidatorFileFilterString |
SystemFileFilterStringEditPane.getFileFilterStringValidator(IRemoteFileSubSystemConfiguration ssFactory)
Reusable method to return a name validator for creating/update a file system filter string. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.model |
---|
Methods in org.eclipse.rse.subsystems.files.core.model that return IRemoteFileSubSystemConfiguration | |
---|---|
static IRemoteFileSubSystemConfiguration |
RemoteFileUtility.getFileSubSystemConfiguration(IRSESystemType systemType)
Return the first remote file subsystem configuration associated with a system type. |
Methods in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration | |
---|---|
void |
RemoteFileFilterString.setSubSystemConfiguration(IRemoteFileSubSystemConfiguration subsysFactory)
|
Constructors in org.eclipse.rse.subsystems.files.core.model with parameters of type IRemoteFileSubSystemConfiguration | |
---|---|
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory)
Constructor to use when there is no existing filter string. |
|
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory,
String input)
Constructor to use when an absolute filter string already exists. |
|
RemoteFileFilterString(IRemoteFileSubSystemConfiguration subsysFactory,
String path,
String input)
Constructor to use when you have a path and filename filter or comma-separated file types list. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem |
---|
Subinterfaces of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.servicesubsystem | |
---|---|
interface |
IFileServiceSubSystemConfiguration
|
Classes in org.eclipse.rse.subsystems.files.core.servicesubsystem that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
FileServiceSubSystemConfiguration
|
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.subsystems |
---|
Classes in org.eclipse.rse.subsystems.files.core.subsystems that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
RemoteFileSubSystemConfiguration
Specialization for file subsystem configurations. |
Methods in org.eclipse.rse.subsystems.files.core.subsystems that return IRemoteFileSubSystemConfiguration | |
---|---|
IRemoteFileSubSystemConfiguration |
IRemoteFileSubSystem.getParentRemoteFileSubSystemConfiguration()
Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration |
IRemoteFileSubSystemConfiguration |
RemoteFile.getParentRemoteFileSubSystemConfiguration()
Return the parent subsystem factory |
IRemoteFileSubSystemConfiguration |
RemoteFileSubSystem.getParentRemoteFileSubSystemConfiguration()
Return parent subsystem factory, cast to a RemoteFileSubSystemConfiguration Assumes SubSystem.setSubSystemConfiguration(ISubSystemConfiguration) has already been called. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.core.util |
---|
Methods in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration | |
---|---|
protected boolean |
ValidatorFileFilterString.isCaseSensitive(IRemoteFileSubSystemConfiguration ssConfig)
Return true if case sensitive, false it not. |
Constructors in org.eclipse.rse.subsystems.files.core.util with parameters of type IRemoteFileSubSystemConfiguration | |
---|---|
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig)
Use this constructor when the name need not be unique, and you just want the syntax checking. |
|
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig,
String[] existingList)
Constructor accepting an Array for the list of existing names. |
|
ValidatorFileFilterString(IRemoteFileSubSystemConfiguration ssConfig,
Vector existingList)
Constructor accepting a Vector for the list of existing names. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.dstore |
---|
Classes in org.eclipse.rse.subsystems.files.dstore that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
DStoreFileSubSystemConfiguration
|
class |
DStoreWindowsFileSubSystemConfiguration
|
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.ftp |
---|
Classes in org.eclipse.rse.subsystems.files.ftp that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
FTPFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.local |
---|
Classes in org.eclipse.rse.subsystems.files.local that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
LocalFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem. |
Uses of IRemoteFileSubSystemConfiguration in org.eclipse.rse.subsystems.files.ssh |
---|
Classes in org.eclipse.rse.subsystems.files.ssh that implement IRemoteFileSubSystemConfiguration | |
---|---|
class |
SftpFileSubSystemConfiguration
|
|
RSE Release 3.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |