Uses of Interface
org.osgi.service.blueprint.reflect.PropsMetadata

Packages that use PropsMetadata
org.apache.aries.blueprint.container   
org.apache.aries.blueprint.ext   
org.apache.aries.blueprint.mutable   
org.apache.aries.blueprint.reflect   
 

Uses of PropsMetadata in org.apache.aries.blueprint.container
 

Methods in org.apache.aries.blueprint.container that return PropsMetadata
 PropsMetadata Parser.parseProps(org.w3c.dom.Element element)
           
 

Uses of PropsMetadata in org.apache.aries.blueprint.ext
 

Methods in org.apache.aries.blueprint.ext with parameters of type PropsMetadata
protected  Metadata AbstractPropertyPlaceholder.processPropsMetadata(PropsMetadata metadata)
           
 

Uses of PropsMetadata in org.apache.aries.blueprint.mutable
 

Subinterfaces of PropsMetadata in org.apache.aries.blueprint.mutable
 interface MutablePropsMetadata
          A mutable version of the PropsMetadata that allows modifications.
 

Uses of PropsMetadata in org.apache.aries.blueprint.reflect
 

Classes in org.apache.aries.blueprint.reflect that implement PropsMetadata
 class PropsMetadataImpl
          Implementation of PropsMetadata
 

Constructors in org.apache.aries.blueprint.reflect with parameters of type PropsMetadata
PropsMetadataImpl(PropsMetadata source)
           
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.