@TaskMeta(id="lib-patches", name="Patch Library Archival", description="archives the UltraESB patch libraries directory", maskable=false, intensive=false, taskParameters=@TaskParamMeta(name="output",description="output filename of the temporary patch libraries archive",configurable=false,defaultValue="lib_patches_[timestamp].tar.gz")) public class LibPatchesArchiveTask extends LibArchiveTask
serverConfig
Constructor and Description |
---|
LibPatchesArchiveTask() |
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.