Class BaseOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.BaseOptions
-
public class BaseOptions extends Object
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_BATCH_MODE
static String
P_BATCH_MODE_LONG
static String
P_CHARSET
static String
P_CHARSET_LONG
static String
P_HELP
static String
P_HELP_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()
PolyStringNormalizerOptions
getPolyStringNormalizerOptions()
boolean
isBatchMode()
boolean
isHelp()
boolean
isSilent()
boolean
isVerbose()
Boolean
isVersion()
void
setBatchMode(boolean batchMode)
void
setCharset(String charset)
void
setHelp(boolean help)
void
setPolyStringNormalizerOptions(PolyStringNormalizerOptions polyStringNormalizerOptions)
void
setSilent(boolean silent)
void
setVerbose(boolean verbose)
void
setVersion(Boolean version)
-
-
-
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_BATCH_MODE
public static final String P_BATCH_MODE
- See Also:
- Constant Field Values
-
P_BATCH_MODE_LONG
public static final String P_BATCH_MODE_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()
-
getPolyStringNormalizerOptions
public PolyStringNormalizerOptions getPolyStringNormalizerOptions()
-
setHelp
public void setHelp(boolean help)
-
setVerbose
public void setVerbose(boolean verbose)
-
setSilent
public void setSilent(boolean silent)
-
setCharset
public void setCharset(String charset)
-
setVersion
public void setVersion(Boolean version)
-
setPolyStringNormalizerOptions
public void setPolyStringNormalizerOptions(PolyStringNormalizerOptions polyStringNormalizerOptions)
-
isBatchMode
public boolean isBatchMode()
-
setBatchMode
public void setBatchMode(boolean batchMode)
-
-