Package com.evolveum.midpoint.ninja.opts
Class BaseOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.opts.BaseOptions
-
public class BaseOptions extends Object
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_CHARSET
static String
P_CHARSET_LONG
static String
P_HELP
static String
P_HELP_LONG
static String
P_JDBC
static String
P_JDBC_LONG
static String
P_SILENT
static String
P_SILENT_LONG
static String
P_VERBOSE
static String
P_VERBOSE_LONG
static String
P_VERSION
static String
P_VERSION_LONG
-
Constructor Summary
Constructors Constructor Description BaseOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCharset()
File
getJdbc()
PolyStringNormalizerOptions
getPolyStringNormalizerOptions()
boolean
isHelp()
boolean
isSilent()
boolean
isVerbose()
boolean
isVersion()
-
-
-
Field Detail
-
P_HELP
public static final String P_HELP
- See Also:
- Constant Field Values
-
P_HELP_LONG
public static final String P_HELP_LONG
- See Also:
- Constant Field Values
-
P_VERBOSE
public static final String P_VERBOSE
- See Also:
- Constant Field Values
-
P_VERBOSE_LONG
public static final String P_VERBOSE_LONG
- See Also:
- Constant Field Values
-
P_SILENT
public static final String P_SILENT
- See Also:
- Constant Field Values
-
P_SILENT_LONG
public static final String P_SILENT_LONG
- See Also:
- Constant Field Values
-
P_CHARSET
public static final String P_CHARSET
- See Also:
- Constant Field Values
-
P_CHARSET_LONG
public static final String P_CHARSET_LONG
- See Also:
- Constant Field Values
-
P_VERSION
public static final String P_VERSION
- See Also:
- Constant Field Values
-
P_VERSION_LONG
public static final String P_VERSION_LONG
- See Also:
- Constant Field Values
-
P_JDBC
public static final String P_JDBC
- See Also:
- Constant Field Values
-
P_JDBC_LONG
public static final String P_JDBC_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
isHelp
public boolean isHelp()
-
isVerbose
public boolean isVerbose()
-
isSilent
public boolean isSilent()
-
getCharset
public String getCharset()
-
isVersion
public boolean isVersion()
-
getJdbc
public File getJdbc()
-
getPolyStringNormalizerOptions
public PolyStringNormalizerOptions getPolyStringNormalizerOptions()
-
-