public class ReconfigurationEntry extends Object
| Constructor and Description |
|---|
ReconfigurationEntry(org.apache.avalon.framework.logger.Logger logger,
File applicationDir,
String location,
String[] serviceList)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getServiceList() |
boolean |
hasChanged() |
InputStream |
locate()
Creates an InputStream.
|
public ReconfigurationEntry(org.apache.avalon.framework.logger.Logger logger, File applicationDir, String location, String[] serviceList)
logger - the logger to useapplicationDir - the home directory of the applicationlocation - the location to monitor for changesserviceList - the list of services to be reconfiguredpublic boolean hasChanged()
public String[] getServiceList()
public InputStream locate() throws IOException
IOException - the creation failedCopyright © 2004–1970 The Apache Software Foundation. All rights reserved.