-
public class ExecuteModelCommand extends AdapterModelCommand<EObject,CommandFactory>
-
-
Field Summary
-
Fields inherited from class org.nasdanika.emf.ModelCommand
uri
-
-
Constructor Summary
Constructors Constructor Description ExecuteModelCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CommandFactory
createCommandFactory(CommandFactory adapter)
protected Class<CommandFactory>
getAdapterType()
-
Methods inherited from class org.nasdanika.emf.AdapterModelCommand
getConsumerFactory
-
Methods inherited from class org.nasdanika.emf.ModelCommand
createSupplier, dumpDiagnostic, getCommandFactory, reportException
-
Methods inherited from class org.nasdanika.emf.ResourceSetCommand
createEmptyResourceSet, createResourceSet, getEPackages
-
Methods inherited from class org.nasdanika.cli.DelegatingCommand
call, createContext
-
Methods inherited from class org.nasdanika.cli.ContextCommand
getContextBuilders, load, loadJson, loadProperties, loadYaml, newContext
-
-
-
-
Constructor Detail
-
ExecuteModelCommand
public ExecuteModelCommand()
-
-
Method Detail
-
getAdapterType
protected Class<CommandFactory> getAdapterType()
- Specified by:
getAdapterType
in classAdapterModelCommand<EObject,CommandFactory>
- Returns:
- Type of the adapter used to execute the model.
-
createCommandFactory
protected CommandFactory createCommandFactory(CommandFactory adapter)
- Specified by:
createCommandFactory
in classAdapterModelCommand<EObject,CommandFactory>
-
-