public static interface LanguageManager.Info
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
Checks if the resource exists at the given path.
|
long |
getLastModified()
Returns the last modification date of the resource
|
java.lang.String |
getPath()
Returns the path
|
boolean |
hasContent()
Checks if the resource has content at the given path
|
java.lang.String getPath()
boolean exists()
true
if the resource exists at the given pathboolean hasContent()
true
if the resource has content at the given pathlong getLastModified()
Copyright © 2010 - 2020 Adobe. All Rights Reserved