public interface ReferenceAggregator
ReferenceAggregator
is an OSGi-service providing creation of Reference
s
for the given resource.
The service can be obtained from the OSGi service registry via the interface.Modifier and Type | Method and Description |
---|---|
ReferenceList |
createReferenceList(Resource resource)
Create a
ReferenceList for the given resource . |
Set<String> |
getTypes()
Returns a set of all known references types.
|
ReferenceList createReferenceList(Resource resource)
ReferenceList
for the given resource
.resource
- The Resource
for which to create a ReferenceList
.ReferenceList
.Set<String> getTypes()
ReferenceProvider
s.Set
of references types and their keys (names) - or an empty set if no providers are
registered."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"