public interface ApoBaseP extends ApoBase
Base for a property option.
| Modifier and Type | Method and Description |
|---|---|
default ST |
getHelp()
Returns help information for the option.
|
String |
getPropertyKey()
Returns the property key of the option.
|
boolean |
inProperties()
Tests if the option was present in properties.
|
default void |
validate()
Validates the option.
|
getDisplayName, getLongDescription, isSetgetDescriptiondefault 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.
String getPropertyKey()
Returns the property key of the option.
boolean inProperties()
Tests if the option was present in properties.
default void validate()
throws IllegalStateException
ApoBaseValidates the option.
validate in interface ApoBaseIllegalStateException - for any validation errorCopyright © 2016–2017. All rights reserved.