org.apache.shale.clay.config.beans
Interface ConfigBean.ConfigDefinition

All Known Implementing Classes:
ComponentConfigBean.XmlConfigDef
Enclosing interface:
ConfigBean

public static interface ConfigBean.ConfigDefinition

Top-level interface that defines a single configuration file entry.


Method Summary
 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.
 

Method Detail

getConfigUrl

URL getConfigUrl()

Returns the URL of the config file.

Returns:
config file

getLastModified

long getLastModified()

Returns the last modified date of the config file.

Returns:
date last modified

setLastModified

void setLastModified(long lastModified)

Sets the last modified date of the config file.

Parameters:
lastModified - timestamp the file was last changed


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.