|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServiceUnitAnalyzer
Provides a interface that components can implement, if they implement this interface and expose the name of the analyzer in their Maven Project Object Model then the tooling can use this to analyze a Service Unit for the component during packaging to generate the consumes and provides elements for the service unit's jbi.xml
Consumes, {@link Consumes},
Provides, {@link Provides}| Method Summary | |
|---|---|
List |
getConsumes()
Returns a list of Consumes representing the service unit being analyzed |
List |
getProvides()
Returns a list of Provides representing the service unit being analyzed |
void |
init(File explodedServiceUnitRoot)
Initializes the analyzer based on the root directory of an exploded service unit |
| Method Detail |
|---|
void init(File explodedServiceUnitRoot)
explodedServiceUnitRoot - List getConsumes()
List getProvides()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||