Class PluginFactory


  • public final class PluginFactory
    extends Object
    This class creates plugin instances from a String.

    The String is of the form name[:output] where name is either a fully qualified class name or one of the built-in short names. The output is optional for some plugins (and mandatory for some).

    See Also:
    for specific requirements
    • Constructor Detail

      • PluginFactory

        public PluginFactory()