Klasse ReflectionFactory

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

public class ReflectionFactory extends Object
  • Felddetails

  • Methodendetails

    • makeCommand

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