Class ReflectionFactory

java.lang.Object
org.aspectj.bridge.ReflectionFactory

public class ReflectionFactory extends Object
  • Field Details

  • Method Details

    • makeCommand

      public static ICommand makeCommand(String cname, IMessageHandler errorSink)
      Produce a compiler as an ICommand.
      Parameters:
      cname - the fully-qualified class name of the command to create by reflection (assuming a public no-argument constructor).
      Returns:
      ICommand compiler or null