com.dtolabs.rundeck.core.common
Interface PropertyRetriever

All Known Subinterfaces:
IFrameworkProjectMgr, IPropertyLookup
All Known Implementing Classes:
FrameworkProjectMgr, PropertyLookup

public interface PropertyRetriever

PropertyRetriever is ...


Method Summary
 java.lang.String getProperty(java.lang.String name)
          Return a property value by name, or null if it is not found
 

Method Detail

getProperty

java.lang.String getProperty(java.lang.String name)
Return a property value by name, or null if it is not found