Class Connectors

  • All Implemented Interfaces:
    IHierarchyParent

    public class Connectors
    extends Configuration
    This class represents the configuration data read from the 'connectors.xml' file, which describes all the individual connector classes and their pretty names.
    • Constructor Detail

      • Connectors

        public Connectors()
        Constructor.
      • Connectors

        public Connectors​(java.io.InputStream xmlStream)
                   throws ManifoldCFException
        Construct from XML.
        Parameters:
        xmlStream - is the input XML stream.
        Throws:
        ManifoldCFException
    • Method Detail

      • createNew

        protected Configuration createNew()
        Create a new object of the appropriate class.
        Overrides:
        createNew in class Configuration
        Returns:
        the newly-created configuration object.