Package com.evolveum.midpoint.ninja.opts
Class ImportOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
-
- com.evolveum.midpoint.ninja.opts.ImportOptions
-
public class ImportOptions extends BaseImportExportOptions
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static StringP_ALLOW_UNENCRYPTED_VALUESstatic StringP_ALLOW_UNENCRYPTED_VALUES_LONGstatic StringP_INPUTstatic StringP_INPUT_LONGstatic StringP_OVERWRITEstatic StringP_OVERWRITE_LONG-
Fields inherited from class com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
P_FILTER, P_FILTER_LONG, P_MULTI_THREAD, P_MULTI_THREAD_LONG, P_OID, P_OID_LONG, P_RAW, P_RAW_LONG, P_TYPE, P_TYPE_LONG, P_ZIP, P_ZIP_LONG
-
-
Constructor Summary
Constructors Constructor Description ImportOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetInput()booleanisAllowUnencryptedValues()booleanisOverwrite()-
Methods inherited from class com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
getFilter, getMultiThread, getOid, getType, isRaw, isZip
-
-
-
-
Field Detail
-
P_INPUT
public static final String P_INPUT
- See Also:
- Constant Field Values
-
P_INPUT_LONG
public static final String P_INPUT_LONG
- See Also:
- Constant Field Values
-
P_OVERWRITE
public static final String P_OVERWRITE
- See Also:
- Constant Field Values
-
P_OVERWRITE_LONG
public static final String P_OVERWRITE_LONG
- See Also:
- Constant Field Values
-
P_ALLOW_UNENCRYPTED_VALUES
public static final String P_ALLOW_UNENCRYPTED_VALUES
- See Also:
- Constant Field Values
-
P_ALLOW_UNENCRYPTED_VALUES_LONG
public static final String P_ALLOW_UNENCRYPTED_VALUES_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInput
public File getInput()
-
isOverwrite
public boolean isOverwrite()
-
isAllowUnencryptedValues
public boolean isAllowUnencryptedValues()
-
-