|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.site.decoration.inheritance.PathUtils
public abstract class PathUtils
Utilities that allow conversion of old and new pathes and URLs relative to each other.
| Method Summary | |
|---|---|
static PathDescriptor |
convertPath(PathDescriptor oldPath,
PathDescriptor newPath)
Deprecated. convertPath. |
static String |
getRelativePath(PathDescriptor oldPathDescriptor,
PathDescriptor newPathDescriptor)
Deprecated. getRelativePath. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static final PathDescriptor convertPath(PathDescriptor oldPath,
PathDescriptor newPath)
throws MalformedURLException
convertPath.
oldPath - not nullnewPath - not null
MalformedURLException - if any
public static final String getRelativePath(PathDescriptor oldPathDescriptor,
PathDescriptor newPathDescriptor)
getRelativePath.
oldPathDescriptor - not nullnewPathDescriptor - not null
PathTool.getRelativeFilePath(String, String),
PathTool.getRelativeWebPath(String, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||