Interface PearSpecifier

    • Method Detail

      • getPearPath

        java.lang.String getPearPath()
        Retrieves the PEAR path at which the pear Resource is located.
        Returns:
        a string
      • setPearPath

        void setPearPath​(java.lang.String aPearPath)
        Sets the PEAR path at which a Resource is located.
        Parameters:
        aPearPath - a pear path string
      • getParameters

        Parameter[] getParameters()
        Gets parameters that may be read by the pear resource class when it is initialized.
        Returns:
        an array of parameters. This will never return null.
      • setParameters

        void setParameters​(Parameter[] parameters)
        Sets parameters that may be read by the pear resource class when it is initialized.
        Parameters:
        parameters - the Parameters to set.