|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.PearSpecifier_impl
public class PearSpecifier_impl
Reference implementation of PearSpecifier
.
Constructor Summary | |
---|---|
PearSpecifier_impl()
Creates a new PearSpecifier_impl . |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.uima.resource.metadata.MetaDataObject |
---|
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl |
Methods inherited from interface org.apache.uima.util.XMLizable |
---|
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML |
Constructor Detail |
---|
public PearSpecifier_impl()
PearSpecifier_impl
.
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |