public interface ResourceSpecifierList extends ResourceSpecifier
ResourceSpecifier that is an aggregate of other
ResourceSpecifiers. When attempting to produce a resource using a
ResourceSpecifierList, the ResourceFactory will try each
constituent ResourceSpecifier, in order. The first Resource that
is successfully produced will be returned to the caller.
ResourceSpecifierList allows applications to attempt to locate a resource and
then, if that fails, to construct a new instance of the resource.
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceSpecifier> |
getResourceSpecifiers()
Retrieves the constituent
ResourceSpecifiers that comprise this aggregate
ResourceSpecifierList. |
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLjava.util.List<ResourceSpecifier> getResourceSpecifiers()
ResourceSpecifiers that comprise this aggregate
ResourceSpecifierList.ResourceSpecifiers.Copyright © 2013. All Rights Reserved.