Uses of Interface
com.cafesoft.core.util.PropertySpec

Packages that use PropertySpec
com.cafesoft.cams.agent.http Support for implementing Cams HTTP agents. 
com.cafesoft.core.util Utility classes. 
 

Uses of PropertySpec in com.cafesoft.cams.agent.http
 

Methods in com.cafesoft.cams.agent.http with parameters of type PropertySpec
 String CamsHttpAgentRequest.getValueByPropertySpec(PropertySpec propertySpec)
          Get an HTTP request value by PropertySpec.
 String AbstractCamsHttpAgentRequest.getValueByPropertySpec(PropertySpec ps)
          Get an HTTP request value by PropertySpec.
 

Uses of PropertySpec in com.cafesoft.core.util
 

Classes in com.cafesoft.core.util that implement PropertySpec
 class StandardPropertySpec
          StandardPropertySpec implements the PropertySpec interface, which defines how meta data about a runtime-resolvable property may be accessed.
 

Methods in com.cafesoft.core.util that return PropertySpec
static PropertySpec StandardPropertySpec.newInstance(String propertyName, String valueSpec)
          Creates a new PropertySpec instance by parsing a value specification.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.