Package org.apache.uima.tools.bnd
Class UimaBndPlugin
java.lang.Object
org.apache.uima.tools.bnd.UimaBndPlugin
- All Implemented Interfaces:
aQute.bnd.service.AnalyzerPlugin
,aQute.bnd.service.OrderedPlugin
,aQute.bnd.service.Plugin
public class UimaBndPlugin
extends Object
implements aQute.bnd.service.AnalyzerPlugin, aQute.bnd.service.Plugin
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
analyzeJar
(aQute.bnd.osgi.Analyzer analyzer) void
setProperties
(Map<String, String> aMap) void
setReporter
(aQute.service.reporter.Reporter aReporter) 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.OrderedPlugin
ordering
-
Constructor Details
-
UimaBndPlugin
public UimaBndPlugin()
-
-
Method Details
-
setProperties
- Specified by:
setProperties
in interfaceaQute.bnd.service.Plugin
- Throws:
Exception
-
setReporter
public void setReporter(aQute.service.reporter.Reporter aReporter) - Specified by:
setReporter
in interfaceaQute.bnd.service.Plugin
-
analyzeJar
- Specified by:
analyzeJar
in interfaceaQute.bnd.service.AnalyzerPlugin
- Throws:
Exception
-