Class PearSpecifier_impl

java.lang.Object
org.apache.uima.resource.metadata.impl.MetaDataObject_impl
org.apache.uima.resource.impl.PearSpecifier_impl
All Implemented Interfaces:
Serializable, Cloneable, MetaDataObject, PearSpecifier, ResourceServiceSpecifier, ResourceSpecifier, XMLizable

public class PearSpecifier_impl extends MetaDataObject_impl implements PearSpecifier
Reference implementation of PearSpecifier.
See Also:
  • Constructor Details

    • PearSpecifier_impl

      public PearSpecifier_impl()
      Creates a new PearSpecifier_impl.
  • Method Details

    • getParameters

      public Parameter[] getParameters()
      Description copied from interface: PearSpecifier
      Gets parameters that may be read by the pear resource class when it is initialized.
      Specified by:
      getParameters in interface PearSpecifier
      Returns:
      Returns the Parameters.
    • setParameters

      public void setParameters(Parameter[] parameters)
      Description copied from interface: PearSpecifier
      Sets parameters that may be read by the pear resource class when it is initialized.
      Specified by:
      setParameters in interface PearSpecifier
      Parameters:
      parameters - The Parameters to set.
    • getPearPath

      public String getPearPath()
      Description copied from interface: PearSpecifier
      Retrieves the PEAR path at which the pear Resource is located.
      Specified by:
      getPearPath in interface PearSpecifier
      Returns:
      a string
    • setPearPath

      public void setPearPath(String aPearPath)
      Description copied from interface: PearSpecifier
      Sets the PEAR path at which a Resource is located.
      Specified by:
      setPearPath in interface PearSpecifier
      Parameters:
      aPearPath - a pear path string
    • getXmlizationInfo

      protected XmlizationInfo getXmlizationInfo()
      Description copied from class: MetaDataObject_impl
      To be implemented by subclasses to return information describing how to represent this object in XML.
      Specified by:
      getXmlizationInfo in class MetaDataObject_impl
      Returns:
      information defining this object's XML representation