public interface ReferenceList extends List<Reference>
ReferenceList
provides a collection of Reference
s specific to a Resource
.
The type of references provided is dependent on the available ReferenceProvider
s registered in the system.
A ReferenceList
can be retrieved by adapting a resource:
resource.adaptTo(ReferenceList.class)
.
Any resource can be adapted. Whether references are provided for a resource is decided by the references providers."Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"