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 SummaryFields Modifier and Type Field Description static StringP_ALLOW_UNENCRYPTED_VALUESstatic StringP_ALLOW_UNENCRYPTED_VALUES_LONGstatic StringP_CONTINUE_ON_INPUT_ERROR_LONGstatic StringP_INPUTstatic StringP_INPUT_LONGstatic StringP_OVERWRITEstatic StringP_OVERWRITE_LONG- 
Fields inherited from class com.evolveum.midpoint.ninja.opts.BaseImportExportOptionsP_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 SummaryConstructors Constructor Description ImportOptions()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetInput()booleanisAllowUnencryptedValues()booleanisContinueOnInputError()booleanisOverwrite()- 
Methods inherited from class com.evolveum.midpoint.ninja.opts.BaseImportExportOptionsgetFilter, getMultiThread, getOid, getType, isRaw, isZip
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.evolveum.midpoint.ninja.opts.BasicImportOptionsgetType, isZip
 
- 
 
- 
- 
- 
Field Detail- 
P_INPUTpublic static final String P_INPUT - See Also:
- Constant Field Values
 
 - 
P_INPUT_LONGpublic static final String P_INPUT_LONG - See Also:
- Constant Field Values
 
 - 
P_OVERWRITEpublic static final String P_OVERWRITE - See Also:
- Constant Field Values
 
 - 
P_OVERWRITE_LONGpublic static final String P_OVERWRITE_LONG - See Also:
- Constant Field Values
 
 - 
P_ALLOW_UNENCRYPTED_VALUESpublic static final String P_ALLOW_UNENCRYPTED_VALUES - See Also:
- Constant Field Values
 
 - 
P_ALLOW_UNENCRYPTED_VALUES_LONGpublic static final String P_ALLOW_UNENCRYPTED_VALUES_LONG - See Also:
- Constant Field Values
 
 - 
P_CONTINUE_ON_INPUT_ERROR_LONGpublic static final String P_CONTINUE_ON_INPUT_ERROR_LONG - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getInputpublic File getInput() - Specified by:
- getInputin interface- BasicImportOptions
 
 - 
isOverwritepublic boolean isOverwrite() - Specified by:
- isOverwritein interface- BasicImportOptions
 
 - 
isAllowUnencryptedValuespublic boolean isAllowUnencryptedValues() 
 - 
isContinueOnInputErrorpublic boolean isContinueOnInputError() 
 
- 
 
-