public interface PropertyOracle
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProperty |
getConfigurationProperty(String propertyName)
Attempts to get a named configuration property.
|
SelectionProperty |
getSelectionProperty(Messager logger,
String propertyName) |
ConfigurationProperty getConfigurationProperty(String propertyName) throws UnableToCompleteException
UnableToCompleteException
if the property is undefined. The result of invoking this method with the same
propertyName must be stable.propertyName - UnableToCompleteException - if the property is unknown or not a configuration propertySelectionProperty getSelectionProperty(Messager logger, String propertyName) throws UnableToCompleteException
UnableToCompleteExceptionCopyright © 2018–2020. All rights reserved.