org.apache.maven.doxia.site.decoration.inheritance
public abstract class PathUtils extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static PathDescriptor |
convertPath(PathDescriptor oldPath,
PathDescriptor newPath)
convertPath.
|
static java.lang.String |
getRelativePath(PathDescriptor oldPathDescriptor,
PathDescriptor newPathDescriptor)
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)
Copyright © 2005-2014. All Rights Reserved.