org.apache.felix.bundleplugin
Class BlueprintPlugin

java.lang.Object
  extended by org.apache.felix.bundleplugin.BlueprintPlugin
All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin

public class BlueprintPlugin
extends Object
implements aQute.bnd.service.AnalyzerPlugin


Nested Class Summary
static class BlueprintPlugin.Attribute
           
 
Constructor Summary
BlueprintPlugin()
           
 
Method Summary
 Set<String> analyze(InputStream in)
           
 boolean analyzeJar(aQute.lib.osgi.Analyzer analyzer)
           
protected  Transformer getTransformer(URL url)
           
static Set<BlueprintPlugin.Attribute> parseHeader(String value, aQute.libg.reporter.Reporter logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintPlugin

public BlueprintPlugin()
                throws Exception
Throws:
Exception
Method Detail

analyzeJar

public boolean analyzeJar(aQute.lib.osgi.Analyzer analyzer)
                   throws Exception
Specified by:
analyzeJar in interface aQute.bnd.service.AnalyzerPlugin
Throws:
Exception

analyze

public Set<String> analyze(InputStream in)
                    throws Exception
Throws:
Exception

getTransformer

protected Transformer getTransformer(URL url)
                              throws Exception
Throws:
Exception

parseHeader

public static Set<BlueprintPlugin.Attribute> parseHeader(String value,
                                                         aQute.libg.reporter.Reporter logger)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.