|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectorg.eclipse.rse.core.subsystems.SubSystemConfiguration
org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystemConfiguration
org.eclipse.rse.subsystems.files.core.servicesubsystem.FileServiceSubSystemConfiguration
org.eclipse.rse.subsystems.files.local.LocalFileSubSystemConfiguration
Provides a factory for generating instances of the class SampleFileSubSystem.
| Field Summary | |
|---|---|
protected IHostFileToRemoteFileAdapter |
_hostFileAdapter
|
protected boolean |
_isWindows
|
| Fields inherited from class org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystemConfiguration |
|---|
translatedType, unixStyle |
| Fields inherited from class org.eclipse.rse.core.subsystems.SubSystemConfiguration |
|---|
_isDirty, currentlyProcessingConnection, currentlyProcessingSubSystemConfiguration, currentlySelected, currentlySelectedConnection, filterNamingPolicy, filterPoolManagerList, filterPoolManagers, filterPoolManagersPerProfile, imageTable, subSystemList |
| Fields inherited from interface org.eclipse.rse.core.subsystems.ISubSystemConfiguration |
|---|
FORCE_INTO_MEMORY, LAZILY |
| Constructor Summary | |
|---|---|
LocalFileSubSystemConfiguration()
|
|
| Method Summary | |
|---|---|
protected ISystemFilterPool |
createDefaultFilterPool(ISystemFilterPoolManager mgr)
Override from parent. |
IFileService |
createFileService(IHost host)
|
IHostSearchResultConfiguration |
createSearchConfiguration(IHost host,
IHostSearchResultSet resultSet,
Object searchTarget,
SystemSearchString searchString)
Creates a config and adds it to the result set. |
ISearchService |
createSearchService(IHost host)
|
ISubSystem |
createSubSystemInternal(IHost host)
Instantiate and return an instance of OUR subystem. |
IConnectorService |
getConnectorService(IHost host)
Find or create a connector service for this host |
IHostFileToRemoteFileAdapter |
getHostFileAdapter()
|
org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory |
getLanguageUtilityFactory(IRemoteFileSubSystem ss)
|
Class |
getServiceImplType()
|
boolean |
isFactoryFor(Class subSystemType)
Determines whether this factory is responsible for the creation of subsytems of the specified type Subsystem factories should override this to indicate which subsystems they support. |
void |
setConnectorService(IHost host,
IConnectorService connectorService)
|
boolean |
supportsArchiveManagement()
Return true if subsystems for this configuration support archive management. |
boolean |
supportsEnvironmentVariablesPropertyPage()
Return true if subsystems of this factory support the environment variables property. |
boolean |
supportsFileTypes()
Return true if you support user-defined/managed named file types Returns false in default implementation. |
boolean |
supportsFilters()
Required method for subsystem factory child classes. |
boolean |
supportsSearch()
Return true if subsystems for this configuration support search functionality. |
boolean |
supportsSubSystemConnect()
Returns false. |
| Methods inherited from class org.eclipse.rse.subsystems.files.core.servicesubsystem.FileServiceSubSystemConfiguration |
|---|
getFileService, getSearchService, getService, getServiceType, supportsServerLaunchProperties |
| Methods inherited from class org.eclipse.rse.subsystems.files.core.subsystems.RemoteFileSubSystemConfiguration |
|---|
getEditorProfileID, getFileFilterStringValidator, getFileNameValidator, getFolderNameValidator, getLineSeparator, getPathSeparator, getPathSeparatorChar, getPathValidator, getSeparator, getSeparatorChar, getTranslatedFilterTypeProperty, initializeSubSystem, isCaseSensitive, isPortEditable, isUnixStyle, providesCustomDropInFilters, setIsUnixStyle, supportsCommands, supportsCompileActions, supportsDropInFilters, supportsNestedFilters, supportsProperties, supportsTargets, supportsUserDefinedActions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystemConfiguration |
|---|
getEditorProfileID, getFileFilterStringValidator, getFileNameValidator, getFolderNameValidator, getLineSeparator, getPathSeparator, getPathSeparatorChar, getPathValidator, getSeparator, getSeparatorChar, isCaseSensitive, isUnixStyle |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.rse.core.persistance.IRSEPersistableContainer |
|---|
isDirty, setDirty, setWasRestored, wasRestored |
| Field Detail |
protected boolean _isWindows
protected IHostFileToRemoteFileAdapter _hostFileAdapter
| Constructor Detail |
public LocalFileSubSystemConfiguration()
| Method Detail |
public boolean isFactoryFor(Class subSystemType)
ISubSystemConfiguration
isFactoryFor in interface ISubSystemConfigurationisFactoryFor in class RemoteFileSubSystemConfigurationsubSystemType - type of subsystem
public boolean supportsArchiveManagement()
IRemoteFileSubSystemConfiguration
protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr)
For local, what default filters we create we depends on the local operating system:
createDefaultFilterPool in class RemoteFileSubSystemConfigurationpublic ISubSystem createSubSystemInternal(IHost host)
createSubSystemInternal in interface ISubSystemConfigurationcreateSubSystemInternal in class RemoteFileSubSystemConfigurationSubSystemConfiguration.createSubSystemInternal(IHost)public boolean supportsFileTypes()
ISubSystemConfigurationReturns false in default implementation.
supportsFileTypes in interface ISubSystemConfigurationsupportsFileTypes in class RemoteFileSubSystemConfigurationpublic boolean supportsSearch()
IRemoteFileSubSystemConfiguration
supportsSearch in interface IRemoteFileSubSystemConfigurationsupportsSearch in class RemoteFileSubSystemConfigurationpublic boolean supportsEnvironmentVariablesPropertyPage()
IRemoteFileSubSystemConfiguration
supportsEnvironmentVariablesPropertyPage in interface IRemoteFileSubSystemConfigurationsupportsEnvironmentVariablesPropertyPage in class RemoteFileSubSystemConfigurationpublic boolean supportsFilters()
ISubSystemConfigurationReturns true in default implementation.
supportsFilters in interface ISubSystemConfigurationsupportsFilters in class RemoteFileSubSystemConfigurationSubSystemConfiguration.supportsFilters()public boolean supportsSubSystemConnect()
false.
supportsSubSystemConnect in interface ISubSystemConfigurationsupportsSubSystemConnect in class RemoteFileSubSystemConfigurationRemoteFileSubSystemConfiguration.supportsSubSystemConnect()public IConnectorService getConnectorService(IHost host)
ISubSystemConfiguration
public void setConnectorService(IHost host,
IConnectorService connectorService)
public IFileService createFileService(IHost host)
public ISearchService createSearchService(IHost host)
public IHostSearchResultConfiguration createSearchConfiguration(IHost host,
IHostSearchResultSet resultSet,
Object searchTarget,
SystemSearchString searchString)
IHostSearchResultConfigurationFactory.createSearchConfiguration(org.eclipse.rse.services.search.IHostSearchResultSet, java.lang.Object, org.eclipse.rse.services.clientserver.SystemSearchString)public IHostFileToRemoteFileAdapter getHostFileAdapter()
public org.eclipse.rse.internal.subsystems.files.core.ILanguageUtilityFactory getLanguageUtilityFactory(IRemoteFileSubSystem ss)
public Class getServiceImplType()
|
RSE Release 1.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||