Class CLIUtils

java.lang.Object
org.jasypt.intf.cli.CLIUtils

final class CLIUtils extends Object
  • Constructor Details

    • CLIUtils

      private CLIUtils()
  • Method Details

    • showEnvironment

      static void showEnvironment(boolean verbose)
    • showArgumentDescription

      static void showArgumentDescription(Properties argumentValues, boolean verbose)
    • showOutput

      static void showOutput(String output, boolean verbose)
    • showError

      static void showError(Throwable t, boolean verbose)
    • getVerbosity

      static boolean getVerbosity(String[] args)
    • getArgumentValues

      static Properties getArgumentValues(String appName, String[] args, String[][] requiredArgNames, String[][] optionalArgNames)
    • showUsageAndExit

      static void showUsageAndExit(String appName, String[][] requiredArgNames, String[][] optionalArgNames)