Package com.evolveum.midpoint.ninja.opts
Class ImportOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
-
- com.evolveum.midpoint.ninja.opts.ImportOptions
-
- All Implemented Interfaces:
BasicImportOptions
public class ImportOptions extends BaseImportExportOptions implements BasicImportOptions
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_ALLOW_UNENCRYPTED_VALUES
static String
P_ALLOW_UNENCRYPTED_VALUES_LONG
static String
P_CONTINUE_ON_INPUT_ERROR_LONG
static String
P_INPUT
static String
P_INPUT_LONG
static String
P_OVERWRITE
static String
P_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 File
getInput()
boolean
isAllowUnencryptedValues()
boolean
isContinueOnInputError()
boolean
isOverwrite()
-
Methods inherited from class com.evolveum.midpoint.ninja.opts.BaseImportExportOptions
getFilter, getMultiThread, getOid, getType, isRaw, isZip
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.ninja.opts.BasicImportOptions
getType, 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
-
P_CONTINUE_ON_INPUT_ERROR_LONG
public static final String P_CONTINUE_ON_INPUT_ERROR_LONG
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInput
public File getInput()
- Specified by:
getInput
in interfaceBasicImportOptions
-
isOverwrite
public boolean isOverwrite()
- Specified by:
isOverwrite
in interfaceBasicImportOptions
-
isAllowUnencryptedValues
public boolean isAllowUnencryptedValues()
-
isContinueOnInputError
public boolean isContinueOnInputError()
-
-