Class PathHandle
Inheritance
java.lang.Object
PathHandle
Inherited Members
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
net.abi.abisEngine.handlers.file.PathHandle
Syntax
Constructors
PathHandle(Path path)
Declaration
public PathHandle(Path path)
Parameters
Type |
Name |
Description |
Path |
path |
|
PathHandle(Path path, PathType pathType)
Declaration
public PathHandle(Path path, PathType pathType)
Parameters
Type |
Name |
Description |
Path |
path |
|
PathType |
pathType |
|
PathHandle(String path)
Declaration
public PathHandle(String path)
Parameters
Type |
Name |
Description |
String |
path |
|
PathHandle(String path, PathType pathType)
Declaration
public PathHandle(String path, PathType pathType)
Parameters
Type |
Name |
Description |
String |
path |
|
PathType |
pathType |
|
Methods
getExtension()
Declaration
public String getExtension()
Returns
getFileInstance()
Declaration
public File getFileInstance()
Returns
getName()
Declaration
Returns
getNameWithoutExtension()
Declaration
public String getNameWithoutExtension()
Returns
getPath()
Declaration
Returns
getPathType()
Declaration
public PathType getPathType()
Returns
getPathWithoutExtension()
Declaration
public String getPathWithoutExtension()
Returns
isAbsolute()
Declaration
public boolean isAbsolute()
Returns
isDirectory()
Declaration
public boolean isDirectory()
Returns