public static interface ConfigBean.ConfigDefinition
Top-level interface that defines a single configuration file entry.
Modifier and Type | Method and Description |
---|---|
URL |
getConfigUrl()
Returns the URL of the config file.
|
long |
getLastModified()
Returns the last modified date of the config file.
|
void |
setLastModified(long lastModified)
Sets the last modified date of the config file.
|
URL getConfigUrl()
Returns the URL of the config file.
long getLastModified()
Returns the last modified date of the config file.
void setLastModified(long lastModified)
Sets the last modified date of the config file.
lastModified
- timestamp the file was last changedCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.