Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface IRemoteFileContext

All Known Implementing Classes:
RemoteFileContext

public interface IRemoteFileContext

This interface represents a place to hold contextual information stored within each remote file object.

We store in here information that might be the same for multiple remote file objects, in order to save memory. This way, we can merely hold a reference to a single object, which itself may have numerous pieces of information helpful when processing actions on a particular remote object.


Field Summary
static String copyright
           
 
Method Summary
 void addFilterString(RemoteFileFilterString additionalFilterString)
          Add an additional filter string.
 RemoteFileFilterString[] getAllFilterStrings()
          Return all the filter string objects applicable to this folder object.
 RemoteFileFilterString getFilterString()
          Return the filter string used to resolve the list resulting in this remote object.
 IRemoteFile getParentRemoteFile()
          Return the parent remote file object expanded to get this object, or null if no such parent
 RemoteFileSubSystem getParentRemoteFileSubSystem()
          Get parent subsystem
 void setFilterString(RemoteFileFilterString filterString)
          Set the filter string used to resolve the list resulting in this remote object.
 void setParentRemoteFile(IRemoteFile parentFile)
          Set the parent remote file object expanded to get this object, or null if no such parent
 void setParentRemoteFileSubSystem(RemoteFileSubSystem parentSubSystem)
          Set parent subsystem
 

Field Detail

copyright

public static final String copyright
See Also:
Constant Field Values
Method Detail

getParentRemoteFileSubSystem

public RemoteFileSubSystem getParentRemoteFileSubSystem()
Get parent subsystem


getParentRemoteFile

public IRemoteFile getParentRemoteFile()
Return the parent remote file object expanded to get this object, or null if no such parent


getFilterString

public RemoteFileFilterString getFilterString()
Return the filter string used to resolve the list resulting in this remote object.


getAllFilterStrings

public RemoteFileFilterString[] getAllFilterStrings()
Return all the filter string objects applicable to this folder object.


setParentRemoteFileSubSystem

public void setParentRemoteFileSubSystem(RemoteFileSubSystem parentSubSystem)
Set parent subsystem


setParentRemoteFile

public void setParentRemoteFile(IRemoteFile parentFile)
Set the parent remote file object expanded to get this object, or null if no such parent


setFilterString

public void setFilterString(RemoteFileFilterString filterString)
Set the filter string used to resolve the list resulting in this remote object.


addFilterString

public void addFilterString(RemoteFileFilterString additionalFilterString)
Add an additional filter string. This is called for folders in a multi-filter string filter. It is called for each filter string that lists the contents of the same parent path, when show subdirs is true. It is needed to support the subsequent expansion of this subdirectory, so that it can filter on all the appropriate filter strings.


Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.