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 CLIPluginContextgetMainPluginContext()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:
getMainPluginContextin 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.GlobalContextReturns the specific type of the PluginContext. This type is used to instantiate new contexts in which to invoke plugins.- Specified by:
getPluginContextTypein interfaceorg.processmining.framework.plugin.GlobalContext- Specified by:
getPluginContextTypein classorg.processmining.framework.plugin.impl.AbstractGlobalContext- Returns:
- the type of PluginContext provided by this global context
-
-