Class MetaInfService.Implementation
java.lang.Object
aQute.bnd.osgi.metainf.MetaInfService.Implementation
- Enclosing class:
MetaInfService
A MetaInfService file consists of implementations.
-
Method Summary
Modifier and TypeMethodDescriptionGet the annotations.Get the comments that preceded this implementation definitionGet the fully qualified class name of the implementationGet the fully qualified class name of the service typetoString()Map this implementation to its original source code, this includes any comments ahead of it.
-
Method Details
-
getImplementationName
Get the fully qualified class name of the implementation -
getServiceName
Get the fully qualified class name of the service type -
getComments
-
getAnnotations
Get the annotations. The key is the fqn of the annotation class, the attrs the values -
toString
-