RSE
Release 3.3

org.eclipse.rse.subsystems.files.core.servicesubsystem
Interface IFileServiceSubSystem

All Superinterfaces:
IPropertySetContainer, IRemoteFileSubSystem, IRemoteObjectResolver, IRSEModelObject, IRSEPersistableContainer, ISchedulingRule, ISubSystem, ISystemFilterPoolReferenceManagerProvider
All Known Implementing Classes:
FileServiceSubSystem

public interface IFileServiceSubSystem
extends IRemoteFileSubSystem


Field Summary
 
Fields inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer
NO_CHILDREN
 
Method Summary
 IHostSearchResultConfiguration createSearchConfiguration(IHostSearchResultSet resultSet, Object searchTarget, SystemSearchString searchString)
           
 IFileService getFileService()
          Returns the file service used by this subsystem.
 IHostFileToRemoteFileAdapter getHostFileToRemoteFileAdapter()
           
 
Methods inherited from interface org.eclipse.rse.subsystems.files.core.subsystems.IRemoteFileSubSystem
cancelSearch, copy, copyBatch, createFile, createFolder, createFolders, delete, deleteBatch, download, downloadMultiple, getInputStream, getLanguageUtilityFactory, getLineSeparator, getLocalAddress, getOutputStream, getOutputStream, getParentFolder, getParentFolderName, getParentRemoteFileSubSystemConfiguration, getPathSeparator, getPathSeparatorChar, getRemoteEncoding, getRemoteFileObject, getRemoteFileObject, getRemoteFileObjects, getRemoteSearchResultObject, getSeparator, getSeparatorChar, getUnusedPort, isCaseSensitive, list, list, list, list, listMultiple, listMultiple, listMultiple, listMultiple, listRoots, listRoots, move, rename, search, setLastModified, setReadOnly, supportsEncodingConversion, upload, upload, uploadMultiple, uploadMultiple
 
Methods inherited from interface org.eclipse.rse.core.subsystems.ISubSystem
canSwitchTo, checkIsConnected, clearLocalUserId, connect, connect, deletingConnection, disconnect, disconnect, doesFilterListContentsOf, doesFilterMatch, doesFilterStringListContentsOf, doesFilterStringMatch, forceUserIdToUpperCase, getCacheManager, getChildren, getConfigurationId, getConnectorService, getFilterPoolReferenceManager, getHost, getHostAliasName, getLocalUserId, getName, getPrimarySubSystem, getProperties, getProperty, getServiceType, getSubSystemConfiguration, getSystemFilterPoolReferenceManager, getSystemProfile, getSystemProfileName, getTargetForFilter, getUserId, getVendorAttribute, hasChildren, initializeSubSystem, isConnected, isConnectionError, isHidden, isOffline, isPrimarySubSystem, renamingConnection, renamingProfile, resolveFilterString, resolveFilterString, resolveFilterStrings, setConfigurationId, setConnectionError, setConnectorService, setFilterPoolReferenceManager, setHidden, setHost, setName, setProperties, setProperty, setSubSystemConfiguration, setVendorAttribute, supportsCaching, switchServiceFactory, uninitializeSubSystem
 
Methods inherited from interface org.eclipse.rse.core.filters.ISystemFilterPoolReferenceManagerProvider
filterEventFilterCreated, filterEventFilterPoolReferenceCreated, filterEventFilterPoolReferenceDeleted, filterEventFilterPoolReferenceRenamed, filterEventFilterPoolReferenceReset, filterEventFilterPoolReferencesRePositioned, filterEventFilterPoolReferencesReset, filterEventFilterStringCreated, getUniqueOwningSystemFilterPool
 
Methods inherited from interface org.eclipse.rse.core.subsystems.IRemoteObjectResolver
getObjectWithAbsoluteName, getObjectWithAbsoluteName
 
Methods inherited from interface org.eclipse.core.runtime.jobs.ISchedulingRule
contains, isConflicting
 
Methods inherited from interface org.eclipse.rse.core.model.IRSEModelObject
getDescription
 
Methods inherited from interface org.eclipse.rse.core.model.IPropertySetContainer
addPropertySet, addPropertySets, clonePropertySets, createPropertySet, createPropertySet, getPropertySet, getPropertySets, removePropertySet
 
Methods inherited from interface org.eclipse.rse.core.model.IRSEPersistableContainer
commit, getPersistableChildren, getPersistableParent, isDirty, isTainted, setDirty, setTainted, setWasRestored, wasRestored
 

Method Detail

getFileService

IFileService getFileService()
Returns the file service used by this subsystem. By wrapping this service we can easily share it among connections or subsystems if that is desired.

Returns:
the file service wrapped by this subsystem.

getHostFileToRemoteFileAdapter

IHostFileToRemoteFileAdapter getHostFileToRemoteFileAdapter()

createSearchConfiguration

IHostSearchResultConfiguration createSearchConfiguration(IHostSearchResultSet resultSet,
                                                         Object searchTarget,
                                                         SystemSearchString searchString)

RSE
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.