@TaskMeta(id="projects-dir", name="Projects Directory Archival", description="archives the UltraESB projects directory, optionally with credential hiding", maskable=true, intensive=false, taskParameters=@TaskParamMeta(name="output",description="output filename of the temporary projects file archive",configurable=false,defaultValue="projects_[timestamp].tar.gz")) public class ProjectsDirArchiveTask extends ArchiveTask
serverConfig| Constructor and Description |
|---|
ProjectsDirArchiveTask() |
| Modifier and Type | Method and Description |
|---|---|
(package private) Collection<String> |
getMaskableFileTypes()
Returns a list of file types (extensions) that should be checked for credential masking, during archiving;
task-specific implementation should be provided by the actual task
|
(package private) 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
|
executegetDescription, getId, getName, getParameterDetails, isIntensive, isMaskable, setDescription, setId, setIntensive, setMaskable, setName, setParameterDetails, setServerConfig, toViewString loadSourceFiles(Collection<File> files) throws MalformedObjectNameException
ArchiveTaskloadSourceFiles in class ArchiveTaskfiles - Collection of source file referencesMalformedObjectNameExceptionCollection<String> getMaskableFileTypes()
ArchiveTaskgetMaskableFileTypes in class ArchiveTaskCopyright © 2016–2019 AdroitLogic. All rights reserved.