public class PearSpecifier_impl extends MetaDataObject_impl implements PearSpecifier
PearSpecifier
.Constructor and Description |
---|
PearSpecifier_impl()
Creates a new
PearSpecifier_impl . |
Modifier and Type | Method and Description |
---|---|
Parameter[] |
getParameters()
Gets parameters that may be read by the pear resource class when it is initialized.
|
java.lang.String |
getPearPath()
Retrieves the PEAR path at which the pear Resource is located.
|
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
setParameters(Parameter[] parameters)
Sets parameters that may be read by the pear resource class when it is initialized.
|
void |
setPearPath(java.lang.String aPearPath)
Sets the PEAR path at which a Resource is located.
|
buildFromXMLElement, buildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public Parameter[] getParameters()
PearSpecifier
getParameters
in interface PearSpecifier
public void setParameters(Parameter[] parameters)
PearSpecifier
setParameters
in interface PearSpecifier
parameters
- The Parameters to set.public java.lang.String getPearPath()
PearSpecifier
getPearPath
in interface PearSpecifier
public void setPearPath(java.lang.String aPearPath)
PearSpecifier
setPearPath
in interface PearSpecifier
aPearPath
- a pear path stringprotected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2013. All Rights Reserved.