Package org.processmining.contexts.cli
Class CLIContext
- java.lang.Object
-
- org.processmining.framework.plugin.impl.AbstractGlobalContext
-
- org.processmining.contexts.cli.CLIContext
-
- All Implemented Interfaces:
org.processmining.framework.plugin.GlobalContext
public class CLIContext extends org.processmining.framework.plugin.impl.AbstractGlobalContext
-
-
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.
-
-
-
Method Detail
-
getMainPluginContext
protected CLIPluginContext getMainPluginContext()
- Specified by:
getMainPluginContext
in classorg.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 interfaceorg.processmining.framework.plugin.GlobalContext
- Specified by:
getPluginContextType
in classorg.processmining.framework.plugin.impl.AbstractGlobalContext
- Returns:
- the type of PluginContext provided by this global context
-
-