Class CommandProvider
- java.lang.Object
-
- org.bonitasoft.engine.command.api.impl.CommandProvider
-
public class CommandProvider extends java.lang.Object- Author:
- Matthieu Chaffotte
-
-
Constructor Summary
Constructors Constructor Description CommandProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<CommandDeployment>getDefaultCommands()voidsetDefaultCommands(java.util.List<CommandDeployment> defaultCommands)
-
-
-
Method Detail
-
setDefaultCommands
public void setDefaultCommands(java.util.List<CommandDeployment> defaultCommands)
-
getDefaultCommands
public java.util.List<CommandDeployment> getDefaultCommands()
-
-