Package com.evolveum.midpoint.ninja.opts
Class SchemaOptions
- java.lang.Object
-
- com.evolveum.midpoint.ninja.opts.SchemaOptions
-
public class SchemaOptions extends Object
Created by Viliam Repan (lazyman).
-
-
Field Summary
Fields Modifier and Type Field Description static String
P_INIT
static String
P_INIT_LONG
static String
P_TEST
static String
P_TEST_LONG
-
Constructor Summary
Constructors Constructor Description SchemaOptions()
-
-
-
Field Detail
-
P_TEST
public static final String P_TEST
- See Also:
- Constant Field Values
-
P_TEST_LONG
public static final String P_TEST_LONG
- See Also:
- Constant Field Values
-
P_INIT
public static final String P_INIT
- See Also:
- Constant Field Values
-
P_INIT_LONG
public static final String P_INIT_LONG
- See Also:
- Constant Field Values
-
-