Interface I_CmsContentLoadCollectorInfo

    • Method Detail

      • getCollectorName

        java.lang.String getCollectorName()
        Returns the collector name.

        Returns:
        the collector name
      • getCollectorParams

        java.lang.String getCollectorParams()
        Returns the collectorParams.

        Returns:
        the collectorParams
      • setCollectorName

        void setCollectorName​(java.lang.String collectorName)
        Sets the collectorName.

        Parameters:
        collectorName - the collectorName to set
      • setCollectorParams

        void setCollectorParams​(java.lang.String collectorParams)
        Sets the collectorParams.

        Parameters:
        collectorParams - the collectorParams to set
      • getCollectorClass

        java.lang.String getCollectorClass()
        Returns the fully qualified class name of the used collector. It has to be specified only if the collector name is not set.
        Returns:
        the fully qualified class name of the used collector.
      • getId

        java.lang.String getId()
        Gets the id.

        Returns:
        the id
      • setCollectorClass

        void setCollectorClass​(java.lang.String className)
        Sets the class name to identify the collector implementation.
        Parameters:
        className - the fully qualified class name.
      • setId

        void setId​(java.lang.String id)
        Sets the id.

        Parameters:
        id - the id