Package org.jasypt.intf.cli
Class CLIUtils
java.lang.Object
org.jasypt.intf.cli.CLIUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Properties
getArgumentValues
(String appName, String[] args, String[][] requiredArgNames, String[][] optionalArgNames) (package private) static boolean
getVerbosity
(String[] args) (package private) static void
showArgumentDescription
(Properties argumentValues, boolean verbose) (package private) static void
showEnvironment
(boolean verbose) (package private) static void
(package private) static void
showOutput
(String output, boolean verbose) (package private) static void
showUsageAndExit
(String appName, String[][] requiredArgNames, String[][] optionalArgNames)
-
Constructor Details
-
CLIUtils
private CLIUtils()
-
-
Method Details
-
showEnvironment
static void showEnvironment(boolean verbose) -
showArgumentDescription
-
showOutput
-
showError
-
getVerbosity
-
getArgumentValues
static Properties getArgumentValues(String appName, String[] args, String[][] requiredArgNames, String[][] optionalArgNames) -
showUsageAndExit
-