Interface PathResolveI
Syntax
public interface PathResolveI
Methods
resolve(String path, PathType type)
Returns a PathHandle that is bound to the file or directory provided.
Declaration
public PathHandle resolve(String path, PathType type)
Parameters
Type |
Name |
Description |
String |
path |
|
PathType |
type |
|
Returns
resolveAbsolute(String path)
Returns a PathHandle that is bound to the file or directory provided that the path is fully qualified and absolute.
Declaration
public PathHandle resolveAbsolute(String path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
resolveAssets(String path)
Declaration
public PathHandle resolveAssets(String path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
resolveClasspath(String path)
Returns a PathHandle that is bound to the file or directory provided in the ClassPath.
Declaration
public PathHandle resolveClasspath(String path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns
resolveExternal(String path)
Returns a PathHandle that is bound to the file or directory present in the home directory of the current user on the desktop.
Declaration
public PathHandle resolveExternal(String path)
Parameters
Type |
Name |
Description |
String |
path |
|
Returns