Class OutputOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.action.OutputOptions
-
public class OutputOptions extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_OUTPUT
static String
P_OUTPUT_LONG
static String
P_OVERWRITE
static String
P_OVERWRITE_LONG
static String
P_ZIP
static String
P_ZIP_LONG
-
Constructor Summary
Constructors Constructor Description OutputOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getOutput()
boolean
isOverwrite()
boolean
isZip()
void
setOutput(File output)
void
setOverwrite(boolean overwrite)
void
setZip(boolean zip)
-
-
-
Field Detail
-
P_OUTPUT
public static final String P_OUTPUT
- See Also:
- Constant Field Values
-
P_OUTPUT_LONG
public static final String P_OUTPUT_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_ZIP
public static final String P_ZIP
- See Also:
- Constant Field Values
-
P_ZIP_LONG
public static final String P_ZIP_LONG
- See Also:
- Constant Field Values
-
-