public abstract class PathUtils
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
PathUtils()
Deprecated.
Private constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PathDescriptor |
convertPath(PathDescriptor oldPath,
PathDescriptor newPath)
Deprecated.
convertPath.
|
static java.lang.String |
getRelativePath(PathDescriptor oldPathDescriptor,
PathDescriptor newPathDescriptor)
Deprecated.
getRelativePath.
|
public static final PathDescriptor convertPath(PathDescriptor oldPath, PathDescriptor newPath) throws java.net.MalformedURLException
convertPath.
oldPath - not nullnewPath - not nulljava.net.MalformedURLException - if anypublic static final java.lang.String getRelativePath(PathDescriptor oldPathDescriptor, PathDescriptor newPathDescriptor)
getRelativePath.
oldPathDescriptor - not nullnewPathDescriptor - not nullPathTool.getRelativeFilePath(String, String),
PathTool.getRelativeWebPath(String, String)