Class CLIContext

  • All Implemented Interfaces:
    org.processmining.framework.plugin.GlobalContext

    public class CLIContext
    extends org.processmining.framework.plugin.impl.AbstractGlobalContext
    • Field Summary

      • Fields inherited from class org.processmining.framework.plugin.impl.AbstractGlobalContext

        loggingEventListeners
    • Constructor Summary

      Constructors 
      Constructor Description
      CLIContext()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected CLIPluginContext getMainPluginContext()  
      java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> getPluginContextType()
      Returns the specific type of the PluginContext.
      • Methods inherited from class org.processmining.framework.plugin.impl.AbstractGlobalContext

        createNewPluginContextID, getConnectionManager, getPluginManager, getProvidedObjectManager, invokeBinding, invokePlugin
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CLIContext

        public CLIContext()
    • Method Detail

      • getMainPluginContext

        protected CLIPluginContext getMainPluginContext()
        Specified by:
        getMainPluginContext in class org.processmining.framework.plugin.impl.AbstractGlobalContext
      • getPluginContextType

        public java.lang.Class<? extends org.processmining.framework.plugin.PluginContext> getPluginContextType()
        Description copied from interface: org.processmining.framework.plugin.GlobalContext
        Returns the specific type of the PluginContext. This type is used to instantiate new contexts in which to invoke plugins.
        Specified by:
        getPluginContextType in interface org.processmining.framework.plugin.GlobalContext
        Specified by:
        getPluginContextType in class org.processmining.framework.plugin.impl.AbstractGlobalContext
        Returns:
        the type of PluginContext provided by this global context