Class AbstractCommand

    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.instrument.Instrumentation getInstrumentation()  
      org.pf4j.PluginManager getPluginManager()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.lang.Runnable

        run
    • Constructor Detail

      • AbstractCommand

        public AbstractCommand()
    • Method Detail

      • getPluginManager

        public org.pf4j.PluginManager getPluginManager()
      • getInstrumentation

        public java.lang.instrument.Instrumentation getInstrumentation()