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 StringP_BATCH_MODEstatic StringP_BATCH_MODE_LONGstatic StringP_CHARSETstatic StringP_CHARSET_LONGstatic StringP_HELPstatic StringP_HELP_LONGstatic StringP_SILENTstatic StringP_SILENT_LONGstatic StringP_VERBOSEstatic StringP_VERBOSE_LONGstatic StringP_VERSIONstatic StringP_VERSION_LONG
-
Constructor Summary
Constructors Constructor Description BaseOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCharset()PolyStringNormalizerOptionsgetPolyStringNormalizerOptions()booleanisBatchMode()booleanisHelp()booleanisSilent()booleanisVerbose()BooleanisVersion()voidsetBatchMode(boolean batchMode)voidsetCharset(String charset)voidsetHelp(boolean help)voidsetPolyStringNormalizerOptions(PolyStringNormalizerOptions polyStringNormalizerOptions)voidsetSilent(boolean silent)voidsetVerbose(boolean verbose)voidsetVersion(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)
-
-