public interface ApoBaseE extends ApoBase
Base for an environment options.
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironmentKey()
Returns the environment key of the option.
|
default ST |
getHelp()
Returns help information for the option.
|
boolean |
inEnvironment()
Tests if the option was present in the environment.
|
default void |
validate()
Validates the option.
|
getDisplayName, getLongDescription, isSetgetDescriptionString getEnvironmentKey()
Returns the environment key of the option.
default ST getHelp()
ApoBaseReturns help information for the option. The information contains all possible settings, except the long description. This might include CLI, property, environment, and other settings.
boolean inEnvironment()
Tests if the option was present in the environment.
default void validate()
throws IllegalStateException
ApoBaseValidates the option.
validate in interface ApoBaseIllegalStateException - for any validation errorCopyright © 2016–2017. All rights reserved.