Package org.apache.felix.bundleplugin
Class ScrPlugin
- java.lang.Object
-
- org.apache.felix.bundleplugin.ScrPlugin
-
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
@Deprecated public class ScrPlugin extends Object implements aQute.bnd.service.AnalyzerPlugin
Deprecated.bnd generates these as well.Create capabilities for DS components
-
-
Constructor Summary
Constructors Constructor Description ScrPlugin()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Set<String>analyze(InputStream in)Deprecated.booleananalyzeJar(aQute.bnd.osgi.Analyzer analyzer)Deprecated.protected TransformergetTransformer(URL url)Deprecated.
-
-
-
Method Detail
-
analyzeJar
public boolean analyzeJar(aQute.bnd.osgi.Analyzer analyzer) throws ExceptionDeprecated.- Specified by:
analyzeJarin interfaceaQute.bnd.service.AnalyzerPlugin- Throws:
Exception
-
analyze
public Set<String> analyze(InputStream in) throws Exception
Deprecated.- Throws:
Exception
-
getTransformer
protected Transformer getTransformer(URL url) throws Exception
Deprecated.- Throws:
Exception
-
-