|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.intel.gpe.gridbeans.GPEFile
public class GPEFile
The class for representing values of type GPEFile. Such values contain pairs of file names: the name at the local machine and the name at the remote machine. The former designates the local copy of the file and the latter designates the remote one.
Constructor Summary | |
---|---|
GPEFile(java.lang.String localFile,
java.lang.String remoteFile)
Create GPEFile value. |
Method Summary | |
---|---|
java.lang.String |
getLocalSystemFile()
Get the file name on the local system. |
java.lang.String |
getTargetSystemFile()
Get the name of the file at a remote location. |
void |
patch(java.lang.String prefix)
|
void |
setLocalSystemFile(java.lang.String localFile)
Set the name of the file at the local machine |
void |
setTargetSystemFile(java.lang.String remoteFile)
Set the name of the file at the remote machine |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GPEFile(java.lang.String localFile, java.lang.String remoteFile)
localFile
- The name of the local fileremoteFile
- The name of the remote fileMethod Detail |
---|
public java.lang.String getLocalSystemFile()
public void setLocalSystemFile(java.lang.String localFile)
localFile
- The file namepublic java.lang.String getTargetSystemFile()
AbstractFile
getTargetSystemFile
in interface AbstractFile
public void setTargetSystemFile(java.lang.String remoteFile)
remoteFile
- The file namepublic void patch(java.lang.String prefix)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |