|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.aries.application.modelling.impl.ParsedServiceElementsImpl
public final class ParsedServiceElementsImpl
A simple data structure containing two immutable Collections, one each of ImportedServiceImpl and ExportedServiceImpl
Constructor Summary | |
---|---|
ParsedServiceElementsImpl(Collection<org.apache.aries.application.modelling.ExportedService> services,
Collection<org.apache.aries.application.modelling.ImportedService> references)
Copy collections of Service and Reference metadata into a ParsedServiceElementsImpl |
Method Summary | |
---|---|
Collection<org.apache.aries.application.modelling.ImportedService> |
getReferences()
Get the ImportedServices |
Collection<org.apache.aries.application.modelling.ExportedService> |
getServices()
Get the exported services |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParsedServiceElementsImpl(Collection<org.apache.aries.application.modelling.ExportedService> services, Collection<org.apache.aries.application.modelling.ImportedService> references)
services
- references
- Method Detail |
---|
public Collection<org.apache.aries.application.modelling.ImportedService> getReferences()
getReferences
in interface org.apache.aries.application.modelling.ParsedServiceElements
public Collection<org.apache.aries.application.modelling.ExportedService> getServices()
getServices
in interface org.apache.aries.application.modelling.ParsedServiceElements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |