Klasse AbstractFileProcessingSubCommand

java.lang.Object
org.iqtig.tpacker.cli.commands.AbstractSubCommand
org.iqtig.tpacker.cli.commands.AbstractFileProcessingSubCommand
Alle implementierten Schnittstellen:
Callable<Integer>
Bekannte direkte Unterklassen:
AbstractHybridDecryptCommand, DecryptAndUnzipCommand, DecryptCommand, EncryptCommand, HybridEncryptCommand, UnzipCommand, ZipAndEncryptCommand, ZipAndHybridEncryptCommand, ZipCommand

public abstract class AbstractFileProcessingSubCommand extends AbstractSubCommand implements Callable<Integer>
  • Konstruktordetails

    • AbstractFileProcessingSubCommand

      public AbstractFileProcessingSubCommand()
  • Methodendetails

    • throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml

      protected void throwErrorOnEncryptionAndOccuranceOfVersichterenIdInXml(Configuration config)
    • call

      public Integer call() throws Exception
      Angegeben von:
      call in Schnittstelle Callable<Integer>
      Löst aus:
      Exception
    • mapOptionArgsToConfig

      protected abstract Configuration mapOptionArgsToConfig()