public final class Path
extends Object
-
Constructor Summary
Constructors
-
Method Summary
int
boolean
boolean
boolean
-
Constructor Details
-
Path
public Path(boolean absolute,
String[] dirItems,
String valueName)
-
Path
public Path(boolean absolute,
String[] dirItems)
-
Method Details
-
isAbsolute
public boolean isAbsolute()
-
isDirectory
public boolean isDirectory()
-
isRoot
public boolean isRoot()
-
-
-
getDirectory
public Path getDirectory()
-
getDirCount
public int getDirCount()
-
getParentOfDir
public Path getParentOfDir()
-
getLastDirItem
public String getLastDirItem()
-