public interface ResourceSpecifier extends MetaDataObject
ResourceSpecifier
contains information that can be used acquire a reference to a
Resource
, whether that is done by instantiating the resource locally or locating an
existing resource available as a service.
It is the job of the ResourceFactory
to locate or create the
Resource
that is specified by a ResourceSpecifier
.
This interface itself does nothing. It serves as a common parent for different types of Resource Specifiers.
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.