public interface PearSpecifier extends ResourceServiceSpecifier
ResourceSpecifier that locate an installed pear Resource.| Modifier and Type | Method and Description | 
|---|---|
| Parameter[] | getParameters()Gets parameters that may be read by the pear resource class when it is initialized. | 
| String | getPearPath()Retrieves the PEAR path at which the pear Resource is located. | 
| void | setParameters(Parameter[] parameters)Sets parameters that may be read by the pear resource class when it is initialized. | 
| void | setPearPath(String aPearPath)Sets the PEAR path at which a Resource is located. | 
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLString getPearPath()
void setPearPath(String aPearPath)
aPearPath - a pear path stringParameter[] getParameters()
null.void setParameters(Parameter[] parameters)
parameters - the Parameters to set.Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.