Class MetaInfServiceParser
java.lang.Object
aQute.bnd.osgi.metainf.MetaInfServiceParser
- All Implemented Interfaces:
AnalyzerPlugin, OrderedPlugin
process the META-INF/services/* files. These files can contain bnd
annotations. Use instruction
Constants.METAINF_SERVICES to control
this.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleananalyzeJar(Analyzer analyzer) Iterate over the the file in META-INF/services and process them for annotations.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface OrderedPlugin
ordering
-
Constructor Details
-
MetaInfServiceParser
public MetaInfServiceParser()
-
-
Method Details
-
analyzeJar
Iterate over the the file in META-INF/services and process them for annotations.- Specified by:
analyzeJarin interfaceAnalyzerPlugin- Parameters:
analyzer-- Returns:
- true if the classpace has been modified so that the bundle classpath must be reanalyzed
- Throws:
Exception
-