Class PluginFactory

java.lang.Object
io.cucumber.core.plugin.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:
  • Constructor Details

    • PluginFactory

      public PluginFactory()