public abstract class ConfigVariable extends BaseConfigVariable
set
isSet methods.spec| Modifier | Constructor and Description |
|---|---|
protected |
ConfigVariable(OptionSpec spec)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
isSet()
Predicate specifying whether this ConfigVariable has been set.
|
abstract void |
set(String value)
Set the value of this
ConfigVariable |
addToCommandline, getSpec, matchesprotected ConfigVariable(OptionSpec spec)
Creates a ConfigVariable instance with the specified OptionSpec.
public abstract void set(String value)
ConfigVariablevalue - the value (as a String) that this ConfigVariable should be set to.public abstract boolean isSet()
set.ConfigVariable has been set, false otherwise.Copyright © 2016 The Apache Software Foundation. All rights reserved.