Class Configurator

java.lang.Object
org.codehaus.classworlds.Configurator
Direct Known Subclasses:
ConfiguratorAdapter

@Deprecated public class Configurator extends Object
Deprecated.
A compatibility wrapper for Configurator provided for legacy code.

Note: This is a legacy class provided for backward compatibility with Maven 2. New code should use Configurator.

Author:
Andrew Williams
  • Constructor Details

    • Configurator

      public Configurator(Launcher launcher)
      Deprecated.
      Construct.
      Parameters:
      launcher - The launcher to configure.
    • Configurator

      public Configurator(ClassWorld world)
      Deprecated.
      Construct.
      Parameters:
      world - The classWorld to configure.
  • Method Details