|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRemotePath
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 |
---|
String getProfileName()
String getConnectionName()
String getAbsolutePath()
String getFullyQualifiedPath()
null
, then the fully qualified path
will also be null
.
String getFileExtension()
null
if none.IRemotePath addFileExtension(String extension)
extension
- the file extension to append to the path.
IRemotePath removeFileExtension()
boolean isVirtual()
true
if the path represents a virtual file, false
otherwise.IRemoteFile toRemoteFile()
|
RSE Release 3.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |