Sea 0.4.0

Uses of Class
gov.lbl.dsd.sea.nio.util.ExtendedProperties

Packages that use ExtendedProperties
gov.lbl.dsd.sea.nio.auth Utilities used for remote host authorization (allow/deny style). 
gov.lbl.dsd.sea.nio.util Various convenient utilities. 
 

Uses of ExtendedProperties in gov.lbl.dsd.sea.nio.auth
 

Methods in gov.lbl.dsd.sea.nio.auth with parameters of type ExtendedProperties
static SmartHostAuthorizer SmartHostAuthorizationRules.createHostAuthorizer(ExtendedProperties properties)
          Creates an authorizer from the given configuration properties.
 

Uses of ExtendedProperties in gov.lbl.dsd.sea.nio.util
 

Methods in gov.lbl.dsd.sea.nio.util that return ExtendedProperties
 ExtendedProperties ExtendedProperties.subset(String prefix)
          Create an ExtendedProperties object that is a subset of this one.
static ExtendedProperties ExtendedProperties.convertProperties(Properties props)
          Convert a standard properties class into a configuration class.
 

Methods in gov.lbl.dsd.sea.nio.util with parameters of type ExtendedProperties
 void ExtendedProperties.combine(ExtendedProperties props)
          Combines an existing Hashtable with this Hashtable.
 


Sea 0.4.0