Package com._1c.g5.v8.dt.cmi.tasks
Class AddCommandToMainSectionTask
java.lang.Object
com._1c.g5.v8.bm.integration.AbstractBmTask<org.eclipse.core.runtime.IStatus>
com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask1<Command>
com._1c.g5.v8.dt.cmi.tasks.AddCommandToMainSectionTask
- All Implemented Interfaces:
IBmTask<org.eclipse.core.runtime.IStatus>
Adds command to the main section.
-
Method Summary
Modifier and TypeMethodDescriptionstatic AddCommandToMainSectionTask
create
(ICommandInterfaceAccessor commandInterfaceAccessor, CommandInterfaceManager commandInterfaceManager, Configuration configuration, Command command) Creates a new instance.org.eclipse.core.runtime.IStatus
execute
(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask1
execute
Methods inherited from class com._1c.g5.v8.dt.cmi.tasks.BasicCICustomizationTask
execute, getCommandInterface
Methods inherited from class com._1c.g5.v8.bm.integration.AbstractBmTask
getId, getName, getServiceId
-
Method Details
-
create
public static AddCommandToMainSectionTask create(ICommandInterfaceAccessor commandInterfaceAccessor, CommandInterfaceManager commandInterfaceManager, Configuration configuration, Command command) Creates a new instance.- Parameters:
commandInterfaceAccessor
- the ci accessorcommandInterfaceManager
- the ci managerconfiguration
- the configurationcommand
- the command- Returns:
- the task
-
execute
public org.eclipse.core.runtime.IStatus execute(CommandInterface commandInterface, Command command, org.eclipse.core.runtime.IProgressMonitor monitor) - Specified by:
execute
in classBasicCICustomizationTask1<Command>
-