|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.cms.core.Path
public final class Path
Utility class to retrieve files or directory used by Magnolia. Examples: cache directory, tmp files, ..
Method Summary | |
---|---|
static String |
getAbsoluteFileSystemPath(String path)
Gets absolute filesystem path, adds application root if path is not absolute. |
static String |
getAbsolutePath(String path)
|
static String |
getAbsolutePath(String path,
String label)
|
static File |
getAppRootDir()
Gets the root directory for the magnolia web application. |
static File |
getCacheDirectory()
|
static String |
getCacheDirectoryPath()
Gets the cache directory path (cms.cache.startdir) as set with Java options while startup or in web.xml. |
static File |
getHistoryFile()
|
static String |
getHistoryFilePath()
Gets cms.exchange.history file location as set with Java options while startup or in web.xml. |
static String |
getNodePath(String path)
Deprecated. since 4.0 - untested and unused |
static String |
getNodePath(String path,
String label)
Deprecated. since 4.0 - untested and unused |
static String |
getParentPath(String path)
Deprecated. since 4.0 - untested and unused |
static File |
getRepositoriesConfigFile()
|
static String |
getRepositoriesConfigFilePath()
Gets repositories file location as set with Java options while startup or in web.xml. |
static File |
getTempDirectory()
|
static String |
getTempDirectoryPath()
Gets the temporary directory path (cms.upload.tmpdir) as set with Java options while startup or in web.xml. |
static String |
getUniqueLabel(Content parent,
String label)
|
static String |
getUniqueLabel(HierarchyManager hierarchyManager,
String parent,
String label)
|
static String |
getValidatedLabel(String label)
Replace illegal characters based on system property magnolia.ut8.enabled. |
static String |
getValidatedLabel(String label,
String charset)
If charset eq to UTF-8 replaces these characters: jackrabbit not allowed 32: [ ] 91: [[] 93: []] 42: [*] 34: ["] 46: [.] 58 [:] 92: [\] 39 :['] url not valid 59: [;] 47: [/] 63: [?] 43: [+] 37: [%] 33: [!] 35:[#] 94: [^] else replace illegal characters except [_] [0-9], [A-Z], [a-z], [-], [_]. |
static boolean |
isAbsolute(String path)
|
static boolean |
isCharValid(int charCode,
String charset)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getCacheDirectoryPath()
public static File getCacheDirectory()
public static String getTempDirectoryPath()
public static File getTempDirectory()
public static String getHistoryFilePath()
public static File getHistoryFile()
public static String getRepositoriesConfigFilePath()
public static File getRepositoriesConfigFile()
public static File getAppRootDir()
public static String getAbsoluteFileSystemPath(String path)
public static String getUniqueLabel(HierarchyManager hierarchyManager, String parent, String label)
public static String getUniqueLabel(Content parent, String label)
public static boolean isAbsolute(String path)
public static String getValidatedLabel(String label)
label
- label to validate
public static String getValidatedLabel(String label, String charset)
label
- label to validate
public static boolean isCharValid(int charCode, String charset)
charCode
- char codecharset
- charset (ex. UTF-8)
public static String getAbsolutePath(String path, String label)
public static String getAbsolutePath(String path)
public static String getNodePath(String path, String label)
public static String getNodePath(String path)
public static String getParentPath(String path)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |