|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PSPOptions.Opts>
edu.internet2.middleware.ldappc.spml.PSPOptions.Opts
public static enum PSPOptions.Opts
cli options
| Enum Constant Summary | |
|---|---|
conf
configuration directory |
|
entityName
SPML entityName |
|
interval
polling interval |
|
intervalFullSync
full synchronization interval |
|
iterations
iterations |
|
lastModifyTime
polling interval |
|
logSpml
log spml requests and responses |
|
output
output file |
|
printRequests
whether or not to print requests |
|
requestID
SPML request ID |
|
returnData
SPML returnData data |
|
returnEverything
SPML returnData data |
|
returnIdentifier
SPML returnData data |
|
targetID
SPML target IDs |
|
| Method Summary | |
|---|---|
String |
getOpt()
Return the Option name via getOption().getOpt(). |
abstract org.apache.commons.cli.Option |
getOption()
Get the Option |
abstract void |
handle(PSPOptions pspOptions,
org.apache.commons.cli.CommandLine line)
Handle the cli arguments. |
static PSPOptions.Opts |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PSPOptions.Opts[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PSPOptions.Opts conf
public static final PSPOptions.Opts entityName
public static final PSPOptions.Opts interval
public static final PSPOptions.Opts intervalFullSync
public static final PSPOptions.Opts iterations
public static final PSPOptions.Opts lastModifyTime
public static final PSPOptions.Opts logSpml
public static final PSPOptions.Opts output
public static final PSPOptions.Opts printRequests
public static final PSPOptions.Opts requestID
public static final PSPOptions.Opts returnData
public static final PSPOptions.Opts returnEverything
public static final PSPOptions.Opts returnIdentifier
public static final PSPOptions.Opts targetID
| Method Detail |
|---|
public static PSPOptions.Opts[] values()
for (PSPOptions.Opts c : PSPOptions.Opts.values()) System.out.println(c);
public static PSPOptions.Opts valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String getOpt()
Option name via getOption().getOpt().
public abstract org.apache.commons.cli.Option getOption()
Option
Option
public abstract void handle(PSPOptions pspOptions,
org.apache.commons.cli.CommandLine line)
pspOptions - the PSPOptionsline - the CommandLine
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||