Modifier and Type | Optional Element and Description |
---|---|
boolean |
advanced |
boolean |
allowMultiple
If
allowMultiple is false, a variable can only be set once in a
given file or command-line. |
boolean |
compcOnly |
boolean |
displayed |
boolean |
greedy |
boolean |
hidden |
boolean |
isPath |
boolean |
isRequired |
boolean |
removed |
public abstract boolean advanced
public abstract boolean hidden
public abstract boolean allowMultiple
allowMultiple
is false, a variable can only be set once in a
given file or command-line. Setting a variable that doesn't allow
"multiple" twice will cause
ConfigurationException.IllegalMultipleSet
.
Set this to true if we want to accumulate values on the option. It's
usually useful for collection-based options like
-compiler.external-library-path
.
public abstract boolean isPath
public abstract boolean displayed
public abstract boolean compcOnly
compc
.public abstract boolean removed
public abstract boolean greedy
public abstract boolean isRequired
Copyright © 2016 The Apache Software Foundation. All rights reserved.