public class ReconfigurationEntry
extends java.lang.Object
Constructor and Description |
---|
ReconfigurationEntry(org.apache.avalon.framework.logger.Logger logger,
java.io.File applicationDir,
java.lang.String location,
java.lang.String[] serviceList)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getServiceList() |
boolean |
hasChanged() |
java.io.InputStream |
locate()
Creates an InputStream.
|
public ReconfigurationEntry(org.apache.avalon.framework.logger.Logger logger, java.io.File applicationDir, java.lang.String location, java.lang.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 java.lang.String[] getServiceList()
public java.io.InputStream locate() throws java.io.IOException
java.io.IOException
- the creation failedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.