Package com.day.cq.wcm.api
Interface LanguageManager.Info
-
- Enclosing interface:
- LanguageManager
public static interface LanguageManager.InfoInformation about a resource in a language tree.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists()Checks if the resource exists at the given path.longgetLastModified()Returns the last modification date of the resourcejava.lang.StringgetPath()Returns the pathbooleanhasContent()Checks if the resource has content at the given path
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
Returns the path- Returns:
- the path
-
exists
boolean exists()
Checks if the resource exists at the given path.- Returns:
trueif the resource exists at the given path
-
hasContent
boolean hasContent()
Checks if the resource has content at the given path- Returns:
trueif the resource has content at the given path
-
getLastModified
long getLastModified()
Returns the last modification date of the resource- Returns:
- the last modification date or 0
-
-