com.caucho.config.core
Class ResinProperties
java.lang.Object
com.caucho.config.core.ResinControl
com.caucho.config.core.ResinProperties
- All Implemented Interfaces:
- EnvBean, FlowBean
public class ResinProperties
- extends ResinControl
- implements FlowBean
Imports properties values from a separate file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResinProperties
public ResinProperties()
setPath
public void setPath(Path path)
- Sets the resin:properties.
setFileset
public void setFileset(FileSetType fileSet)
- Sets the resin:properties fileset.
setOptional
public void setOptional(boolean optional)
- Sets true if the path is optional.
setRecover
public void setRecover(boolean isRecover)
setMode
public void setMode(java.lang.String mode)
init
@PostConstruct
public void init()
throws java.lang.Exception
- Throws:
java.lang.Exception