public abstract class PathUtils extends Object
Modifier and Type | Method and Description |
---|---|
static PathDescriptor |
convertPath(PathDescriptor oldPath,
PathDescriptor newPath)
Deprecated.
convertPath.
|
static String |
getRelativePath(PathDescriptor oldPathDescriptor,
PathDescriptor newPathDescriptor)
Deprecated.
getRelativePath.
|
public static final PathDescriptor convertPath(PathDescriptor oldPath, PathDescriptor newPath) throws MalformedURLException
convertPath.
oldPath
- not nullnewPath
- not nullMalformedURLException
- if anypublic static final String getRelativePath(PathDescriptor oldPathDescriptor, PathDescriptor newPathDescriptor)
getRelativePath.
oldPathDescriptor
- not nullnewPathDescriptor
- not nullPathTool.getRelativeFilePath(String, String)
,
PathTool.getRelativeWebPath(String, String)
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.