Package org.iqtig.tpacker.cli.impl
Class ParameterValidator
- java.lang.Object
-
- org.iqtig.tpacker.cli.impl.ParameterValidator
-
public class ParameterValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description ParameterValidator(Configuration config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateEitherKeyFileOrStoreFileIsPresent(picocli.CommandLine.Model.CommandSpec spec)
void
validateInputFilesDoExist()
void
validateOutputDirIsPresent()
void
validateWhenKeyFileIsPresentItDoesExist()
void
validateWhenKeystoreFileIsPresentItDoesExist()
-
-
-
Constructor Detail
-
ParameterValidator
public ParameterValidator(Configuration config)
-
-
Method Detail
-
validateInputFilesDoExist
public void validateInputFilesDoExist()
-
validateOutputDirIsPresent
public void validateOutputDirIsPresent()
-
validateEitherKeyFileOrStoreFileIsPresent
public void validateEitherKeyFileOrStoreFileIsPresent(picocli.CommandLine.Model.CommandSpec spec)
-
validateWhenKeyFileIsPresentItDoesExist
public void validateWhenKeyFileIsPresentItDoesExist()
-
validateWhenKeystoreFileIsPresentItDoesExist
public void validateWhenKeystoreFileIsPresentItDoesExist()
-
-