Package org.apache.felix.bundleplugin
Class ScrPlugin
java.lang.Object
org.apache.felix.bundleplugin.ScrPlugin
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
Deprecated.
bnd generates these as well.
Create capabilities for DS components
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionanalyze
(InputStream in) Deprecated.boolean
analyzeJar
(aQute.bnd.osgi.Analyzer analyzer) Deprecated.protected Transformer
getTransformer
(URL url) Deprecated.private void
process
(aQute.bnd.osgi.Analyzer analyzer, String path, aQute.bnd.osgi.Resource resource, Set<String> headers) Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface aQute.bnd.service.AnalyzerPlugin
ordering
-
Field Details
-
transformer
Transformer transformerDeprecated.
-
-
Constructor Details
-
ScrPlugin
Deprecated.- Throws:
Exception
-
-
Method Details
-
analyzeJar
Deprecated.- Specified by:
analyzeJar
in interfaceaQute.bnd.service.AnalyzerPlugin
- Throws:
Exception
-
process
private void process(aQute.bnd.osgi.Analyzer analyzer, String path, aQute.bnd.osgi.Resource resource, Set<String> headers) Deprecated. -
analyze
Deprecated.- Throws:
Exception
-
getTransformer
Deprecated.- Throws:
Exception
-