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