Class AbstractFactory

    • Constructor Detail

      • AbstractFactory

        public AbstractFactory​(String name,
                               String desc,
                               String identifier)
        Creates a new AbstractFactory with the supplied values. It is currently possible to supply a null identifier, however this will throw a null pointer exception in future versions.
        Parameters:
        name - the factory name
        desc - the factory description
        identifier - the factory identifier