Uses of Interface
org.iqtig.tpacker.cli.Configuration
-
Packages that use Configuration Package Description org.iqtig.tpacker.cli.commands org.iqtig.tpacker.cli.impl -
-
Uses of Configuration in org.iqtig.tpacker.cli.commands
Methods in org.iqtig.tpacker.cli.commands that return Configuration Modifier and Type Method Description protected abstract Configuration
AbstractFileProcessingSubCommand. mapOptionArgsToConfig()
protected Configuration
CheckEncryptionTypeCommand. mapOptionArgsToConfig()
protected Configuration
DecryptAndUnzipCommand. mapOptionArgsToConfig()
protected Configuration
DecryptCommand. mapOptionArgsToConfig()
protected Configuration
EncryptCommand. mapOptionArgsToConfig()
protected Configuration
HybridDecryptAndUnzipCommand. mapOptionArgsToConfig()
protected Configuration
HybridDecryptCommand. mapOptionArgsToConfig()
protected Configuration
HybridEncryptCommand. mapOptionArgsToConfig()
protected Configuration
UnzipCommand. mapOptionArgsToConfig()
protected Configuration
ZipAndEncryptCommand. mapOptionArgsToConfig()
protected Configuration
ZipAndHybridEncryptCommand. mapOptionArgsToConfig()
protected Configuration
ZipCommand. mapOptionArgsToConfig()
Methods in org.iqtig.tpacker.cli.commands with parameters of type Configuration Modifier and Type Method Description protected void
AbstractFileProcessingSubCommand. throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(Configuration config)
-
Uses of Configuration in org.iqtig.tpacker.cli.impl
Classes in org.iqtig.tpacker.cli.impl that implement Configuration Modifier and Type Class Description class
ConfigurationImpl
Methods in org.iqtig.tpacker.cli.impl that return Configuration Modifier and Type Method Description Configuration
ConfigurationImpl.ConfigurationBuilder. build()
Methods in org.iqtig.tpacker.cli.impl with parameters of type Configuration Modifier and Type Method Description static Path
TPackerUtil. getOutputDir(Configuration config)
void
TPacker. running(Configuration configuration)
Einsprungspunkt in das Programm.Constructors in org.iqtig.tpacker.cli.impl with parameters of type Configuration Constructor Description KeyProvider(Configuration config)
ParameterValidator(Configuration config)
ToFileWriter(Configuration config, List<org.iqtig.tpacker.core.impl.io.FileInputStreamContainer> fileContainer)
-