Package org.iqtig.tpacker.cli.impl
Class Constants
- java.lang.Object
-
- org.iqtig.tpacker.cli.impl.Constants
-
public final class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONST_KEY_ERROR_PARAM_CHARACTERSET_PW_DECRYPT_NOT_PARSEABLE
static String
CONST_KEY_ERROR_PARAM_OPTION_MISSING
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getArgsError()
static String
getString(String key)
static String
getString(String key, Object... params)
-
-
-
Field Detail
-
CONST_KEY_ERROR_PARAM_OPTION_MISSING
public static final String CONST_KEY_ERROR_PARAM_OPTION_MISSING
- See Also:
- Constant Field Values
-
CONST_KEY_ERROR_PARAM_CHARACTERSET_PW_DECRYPT_NOT_PARSEABLE
public static final String CONST_KEY_ERROR_PARAM_CHARACTERSET_PW_DECRYPT_NOT_PARSEABLE
- See Also:
- Constant Field Values
-
-