com.dtolabs.rundeck.core.plugins.configuration
Interface PropertyResolver
public interface PropertyResolver
PropertyResolver can return a property value resolved from a particular configuration scope
Method Summary |
java.lang.Object |
resolvePropertyValue(java.lang.String name,
PropertyScope scope)
Return a value for a named property found in the given scope, or null if not found. |
resolvePropertyValue
java.lang.Object resolvePropertyValue(java.lang.String name,
PropertyScope scope)
- Return a value for a named property found in the given scope, or null if not found.