Package org.iqtig.tpacker.cli.commands
Class AbstractFileProcessingSubCommand
- java.lang.Object
-
- org.iqtig.tpacker.cli.commands.AbstractSubCommand
-
- org.iqtig.tpacker.cli.commands.AbstractFileProcessingSubCommand
-
- Direct Known Subclasses:
AbstractHybridDecryptCommand,DecryptAndUnzipCommand,DecryptCommand,EncryptCommand,HybridEncryptCommand,UnzipCommand,ZipAndEncryptCommand,ZipAndHybridEncryptCommand,ZipCommand
public abstract class AbstractFileProcessingSubCommand extends AbstractSubCommand implements Callable<Integer>
-
-
Field Summary
-
Fields inherited from class org.iqtig.tpacker.cli.commands.AbstractSubCommand
help, mainCommand
-
-
Constructor Summary
Constructors Constructor Description AbstractFileProcessingSubCommand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Integercall()protected abstract ConfigurationmapOptionArgsToConfig()protected voidthrowErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(Configuration config)
-
-
-
Method Detail
-
throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml
protected void throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(Configuration config)
-
mapOptionArgsToConfig
protected abstract Configuration mapOptionArgsToConfig()
-
-