|
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 remote path.
Method Summary | |
---|---|
IRemotePath |
addFileExtension(String extension)
Returns a new path with the file extension added to this path. |
String |
getAbsolutePath()
Returns the absolute path. |
String |
getConnectionName()
Returns the connection name. |
String |
getFileExtension()
Returns the file extension for the path. |
String |
getFullyQualifiedPath()
Returns the fully qualified path. |
String |
getProfileName()
Returns the profile name. |
boolean |
isVirtual()
Returns whether this path represents a virtual file. |
IRemotePath |
removeFileExtension()
Returns a new path with the file extension removed from this path. |
IRemoteFile |
toRemoteFile()
Returns the remote file represented by the remote path. |
Method Detail |
public String getProfileName()
public String getConnectionName()
public String getAbsolutePath()
public String getFullyQualifiedPath()
null
, then the fully qualified path
will also be null
.
public String getFileExtension()
null
if none.public IRemotePath addFileExtension(String extension)
extension
- the file extension to append to the path.
public IRemotePath removeFileExtension()
public boolean isVirtual()
true
if the path represents a virtual file, false
otherwise.public IRemoteFile toRemoteFile()
|
Remote Systems v6.4.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |