|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final String copyright
Method Detail |
public RemoteFileSubSystem getParentRemoteFileSubSystem()
public IRemoteFile getParentRemoteFile()
public RemoteFileFilterString getFilterString()
public RemoteFileFilterString[] getAllFilterStrings()
public void setParentRemoteFileSubSystem(RemoteFileSubSystem parentSubSystem)
public void setParentRemoteFile(IRemoteFile parentFile)
public void setFilterString(RemoteFileFilterString filterString)
public void addFilterString(RemoteFileFilterString additionalFilterString)
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |