Class BaseOptions
java.lang.Object
com.evolveum.midpoint.ninja.action.BaseOptions
Created by Viliam Repan (lazyman).
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanisHelp()booleanisSilent()booleanvoidsetBatchMode(boolean batchMode) voidsetCharset(String charset) voidsetHelp(boolean help) voidsetPolyStringNormalizerOptions(PolyStringNormalizerOptions polyStringNormalizerOptions) voidsetSilent(boolean silent) voidsetVerbose(boolean verbose) voidsetVersion(Boolean version)
-
Field Details
-
P_HELP
- See Also:
-
P_HELP_LONG
- See Also:
-
P_VERBOSE
- See Also:
-
P_VERBOSE_LONG
- See Also:
-
P_SILENT
- See Also:
-
P_SILENT_LONG
- See Also:
-
P_CHARSET
- See Also:
-
P_CHARSET_LONG
- See Also:
-
P_VERSION
- See Also:
-
P_VERSION_LONG
- See Also:
-
P_BATCH_MODE
- See Also:
-
P_BATCH_MODE_LONG
- See Also:
-
-
Constructor Details
-
BaseOptions
public BaseOptions()
-
-
Method Details
-
isHelp
public boolean isHelp() -
isVerbose
public boolean isVerbose() -
isSilent
public boolean isSilent() -
getCharset
-
isVersion
-
getPolyStringNormalizerOptions
-
setHelp
public void setHelp(boolean help) -
setVerbose
public void setVerbose(boolean verbose) -
setSilent
public void setSilent(boolean silent) -
setCharset
-
setVersion
-
setPolyStringNormalizerOptions
-
isBatchMode
public boolean isBatchMode() -
setBatchMode
public void setBatchMode(boolean batchMode)
-