@TaskMeta(id="lib-custom", name="Custom Library Archival", description="archives the UltraESB custom libraries directory", maskable=false, intensive=false, taskParameters=@TaskParamMeta(name="output",description="output filename of the temporary custom libraries archive",configurable=false,defaultValue="lib_custom_[timestamp].tar.gz")) public class LibCustomArchiveTask extends LibArchiveTask
serverConfig
Constructor and Description |
---|
LibCustomArchiveTask() |
Modifier and Type | Method and Description |
---|---|
protected String |
loadSourceFiles(Collection<File> files)
Returns a Collection of source files (as a directory hierarchy) to be archived; task-specific implementation
should be provided by the actual task
|
getMaskableFileTypes
execute
getDescription, getId, getName, getParameterDetails, isIntensive, isMaskable, setDescription, setId, setIntensive, setMaskable, setName, setParameterDetails, setServerConfig, toView
protected String loadSourceFiles(Collection<File> files)
ArchiveTask
loadSourceFiles
in class ArchiveTask
files
- Collection of source file referencesCopyright © 2016–2019 AdroitLogic. All rights reserved.