org.apache.felix.ipojo.bnd
Class ResourceMetadataProvider

java.lang.Object
  extended by org.apache.felix.ipojo.bnd.ResourceMetadataProvider
All Implemented Interfaces:
MetadataProvider

public class ResourceMetadataProvider
extends java.lang.Object
implements MetadataProvider

A ResourceMetadataProvider is ...

Author:
Felix Project Team

Constructor Summary
ResourceMetadataProvider(aQute.lib.osgi.Resource resource, Reporter reporter)
           
 
Method Summary
 java.util.List<org.apache.felix.ipojo.metadata.Element> getMetadatas()
           
 void setValidateUsingLocalSchemas(boolean validateUsingLocalSchemas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceMetadataProvider

public ResourceMetadataProvider(aQute.lib.osgi.Resource resource,
                                Reporter reporter)
Method Detail

setValidateUsingLocalSchemas

public void setValidateUsingLocalSchemas(boolean validateUsingLocalSchemas)

getMetadatas

public java.util.List<org.apache.felix.ipojo.metadata.Element> getMetadatas()
                                                                     throws java.io.IOException
Specified by:
getMetadatas in interface MetadataProvider
Throws:
java.io.IOException


Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.