See: Description
| Class | Description |
|---|---|
| AbstractArchiveAction<C extends ApplicationContext,T extends PathTree> |
This action only enables when an archive file is selected in the
PathTree |
| ArchiveExtractAction<C extends ApplicationContext,T extends PathTree> |
This action starts the
ArchiveExtractWorkflow. |
| ArchiveExtractWFT<C extends ApplicationContext> |
Depending on the type of the archive input file this workflow task creates either a
ZipExtractor or a TarExtractor in order to extract the archive. |
| ArchiveExtractWorkflow<C extends ApplicationContext> |
This workflow starts the
ArchiveExtractWFT. |
| ArchiveListAction<C extends ApplicationContext,T extends PathTree> |
This action starts the
ArchiveListWorkflow. |
| ArchiveListWFT<C extends ApplicationContext> | |
| ArchiveListWorkflow<C extends ApplicationContext> |
This workflow starts the
ArchiveListWFT. |
| CreateZipArchiveAction<C extends ApplicationContext,T extends PathTree> |
This action creates a ZIP archive from a directory.
|
| CreateZipArchiveWFT<C extends ApplicationContext> |
This task executes a
ZipArchiver on the given directory
and creates an archive file from it's content. |
| CreateZipArchiveWorkflow<C extends ApplicationContext> |
This workflow starts the
CreateZipArchiveWFT |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.