public interface ServerFile
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the file.
|
java.lang.String |
getParent()
Returns the pathname of the parent directory.
|
ServerFile |
getParentServerFile()
Returns a file representing the parent directory.
|
java.lang.String |
getPath()
Returns the pathname of the file.
|
boolean |
isAbsolute()
Returns whether the pathname is absolute.
|
boolean |
isDirectory()
Returns whether this file is a directory.
|
java.lang.String getName()
java.lang.String getPath()
java.lang.String getParent()
ServerFile getParentServerFile()
boolean isDirectory()
boolean isAbsolute()
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.