|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DocumentPath
Represents a path in the repository.
methods
slashes
| Method Summary | |
|---|---|
DocumentPath |
createAbsolutePath(String absolute)
|
DocumentPath |
createAbsolutePath(String[] pathElems)
|
DocumentPath |
createRelativePath(String relative)
|
DocumentPath |
createRelativePath(String[] pathElems)
|
String |
getContextRoot()
returns hippo.client.contextroot |
String |
getFilesPath()
returns hippo.client.filespath |
String |
getFullPath()
returns getRootPath() + getRelativePath() |
String |
getNamespace()
returns hippo.client.namespace |
String |
getRelativePath()
returns the relative documentpath |
String |
getRootPath()
returns getNameSpace() + getFilesPath() |
| Method Detail |
|---|
String getContextRoot()
String getNamespace()
String getFilesPath()
String getRootPath()
String getRelativePath()
String getFullPath()
DocumentPath createRelativePath(String[] pathElems)
pathElems - A String array of path elements, will be concatenated and appended to the root path
DocumentPath createRelativePath(String relative)
relative - path string, will be appended to the root path
DocumentPath createAbsolutePath(String absolute)
absolute - path string
IllegalArgumentException - if param absolute doesn't start with rootpathDocumentPath createAbsolutePath(String[] pathElems)
pathElems - A String array of path elements, will be concatenated
IllegalArgumentException - if the concatenated String[] doesn't start with rootpath
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||