Package org.apache.felix.bundleplugin
Class JpaPlugin
- java.lang.Object
-
- org.apache.felix.bundleplugin.JpaPlugin
-
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
public class JpaPlugin extends Object implements aQute.bnd.service.AnalyzerPlugin
-
-
Constructor Summary
Constructors Constructor Description JpaPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
analyze(InputStream in)
boolean
analyzeJar(aQute.bnd.osgi.Analyzer analyzer)
protected Transformer
getTransformer(URL url)
-
-
-
Method Detail
-
analyzeJar
public boolean analyzeJar(aQute.bnd.osgi.Analyzer analyzer) throws Exception
- Specified by:
analyzeJar
in interfaceaQute.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
-
-