public class ResinProperties extends ResinControl implements FlowBean
Constructor and Description |
---|
ResinProperties() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
void |
setFileset(FileSetType fileSet)
Sets the resin:properties fileset.
|
void |
setMode(java.lang.String mode) |
void |
setOptional(boolean optional)
Sets true if the path is optional.
|
void |
setPath(Path path)
Sets the resin:properties.
|
void |
setRecover(boolean isRecover) |
getObject, setParent
public void setPath(Path path)
public void setFileset(FileSetType fileSet)
public void setOptional(boolean optional)
public void setRecover(boolean isRecover)
public void setMode(java.lang.String mode)
@PostConstruct public void init() throws java.lang.Exception
java.lang.Exception