Uses of Interface
org.apache.commons.grant.PropsHandler

Uses of PropsHandler in org.apache.commons.grant
 

Classes in org.apache.commons.grant that implement PropsHandler
 class DefaultPropsHandler
          Implements the basic PropsHandler functionality against an existing map.
 

Fields in org.apache.commons.grant declared as PropsHandler
private  PropsHandler GrantProject.propsHandler
          Properties delegate.
 

Methods in org.apache.commons.grant that return PropsHandler
 PropsHandler GrantProject.getPropsHandler()
          Retrieve the currently installed PropsHandler.
 

Methods in org.apache.commons.grant with parameters of type PropsHandler
 void GrantProject.setPropsHandler(PropsHandler propsHandler)
          Install a PropsHandler delegate.