public class PropertyOracleImpl extends Object implements PropertyOracle
| Modifier and Type | Field and Description |
|---|---|
ConfigurationProperties |
configurationProperties |
| Constructor and Description |
|---|
PropertyOracleImpl() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationProperty |
getConfigurationProperty(String propertyName)
Attempts to get a named configuration property.
|
SelectionProperty |
getSelectionProperty(Messager logger,
String propertyName) |
public final ConfigurationProperties configurationProperties
public ConfigurationProperty getConfigurationProperty(String propertyName) throws UnableToCompleteException
PropertyOracleUnableToCompleteException
if the property is undefined. The result of invoking this method with the same
propertyName must be stable.getConfigurationProperty in interface PropertyOracleUnableToCompleteException - if the property is unknown or not a configuration propertypublic SelectionProperty getSelectionProperty(Messager logger, String propertyName) throws UnableToCompleteException
getSelectionProperty in interface PropertyOracleUnableToCompleteExceptionCopyright © 2018–2020. All rights reserved.