public interface PathName extends GEObject
Warning: The PathName class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.lang.String |
getFileHost()
Get the value of the fileHost attribute.
|
java.lang.String |
getHost()
Get the value of the host attribute.
|
java.lang.String |
getPath()
Get the value of the path attribute.
|
boolean |
isFileStaging()
Get the value of the fileStaging attribute.
|
boolean |
isSetFileHost()
Determine if any fileHost attribute is set
|
boolean |
isSetFileStaging()
Determine if any fileStaging attribute is set
|
boolean |
isSetHost()
Determine if any host attribute is set
|
boolean |
isSetPath()
Determine if any path attribute is set
|
void |
setFileHost(java.lang.String aFileHost)
Set the fileHost attribute.
|
void |
setFileStaging(boolean aFileStaging)
Set the fileStaging attribute.
|
void |
setHost(java.lang.String aHost)
Set the host attribute.
|
void |
setPath(java.lang.String aPath)
Set the path attribute.
|
equalsCompletely, getName, getParent
void setPath(java.lang.String aPath)
aPath
- the new value for the path attributejava.lang.String getPath()
boolean isSetPath()
true
if the path attribute is setvoid setHost(java.lang.String aHost)
aHost
- the new value for the host attributejava.lang.String getHost()
boolean isSetHost()
true
if the host attribute is setvoid setFileHost(java.lang.String aFileHost)
aFileHost
- the new value for the fileHost attributejava.lang.String getFileHost()
boolean isSetFileHost()
true
if the fileHost attribute is setvoid setFileStaging(boolean aFileStaging)
aFileStaging
- the new value for the fileStaging attributeboolean isFileStaging()
boolean isSetFileStaging()
true
if the fileStaging attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.