Class CustomResourceSpecifier_impl

    • Constructor Detail

      • CustomResourceSpecifier_impl

        public CustomResourceSpecifier_impl()
    • Method Detail

      • getResourceClassName

        public java.lang.String getResourceClassName()
        Description copied from interface: CustomResourceSpecifier
        Retrieves the name of the Java class that will be instantiated when one of the UIMAFramework.produceXXX(ResourceSpecifier,...) methods is called with this resource specifier.
        Specified by:
        getResourceClassName in interface CustomResourceSpecifier
        Returns:
        a fully-qualified Java class name. The named class should implement Resource.
      • setResourceClassName

        public void setResourceClassName​(java.lang.String aResourceClassName)
        Description copied from interface: CustomResourceSpecifier
        Setss the name of the Java class that will be instantiated when one of the UIMAFramework.produceXXX(ResourceSpecifier,...) methods is called with this resource specifier.
        Specified by:
        setResourceClassName in interface CustomResourceSpecifier
        Parameters:
        aResourceClassName - a fully-qualified Java class name. The named class should implement Resource.
      • 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