Class JCCCommand
- java.lang.Object
- 
- jadex.platform.service.cli.ACliCommand
- 
- jadex.platform.service.cli.commands.CreateComponentCommand
- 
- jadex.platform.service.cli.commands.JCCCommand
 
 
 
- 
- All Implemented Interfaces:
- ICliCommand
 
 public class JCCCommand extends CreateComponentCommand Start or stop the JCC/gui.
- 
- 
Constructor SummaryConstructors Constructor Description JCCCommand()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ArgumentInfo[]getArgumentInfos(CliContext context)Get the argument infos.java.lang.StringgetDescription()Get the command description.java.lang.StringgetExampleUsage()Get example usage(s).java.lang.String[]getNames()Get the command names (name including alias').ResultInfogetResultInfo(CliContext context, java.util.Map<java.lang.String,java.lang.Object> args)Get the result info.java.lang.ObjectinvokeCommand(CliContext context, java.util.Map<java.lang.String,java.lang.Object> args)Invoke the command.- 
Methods inherited from class jadex.platform.service.cli.ACliCommandinvokeCommand
 
- 
 
- 
- 
- 
Method Detail- 
getNamespublic java.lang.String[] getNames() Get the command names (name including alias').- Specified by:
- getNamesin interface- ICliCommand
- Overrides:
- getNamesin class- CreateComponentCommand
- Returns:
- A string array of the command name and optional further alias names.
 
 - 
getDescriptionpublic java.lang.String getDescription() Get the command description.- Specified by:
- getDescriptionin interface- ICliCommand
- Overrides:
- getDescriptionin class- CreateComponentCommand
- Returns:
- The command description.
 
 - 
getExampleUsagepublic java.lang.String getExampleUsage() Get example usage(s).- Specified by:
- getExampleUsagein interface- ICliCommand
- Overrides:
- getExampleUsagein class- CreateComponentCommand
- Returns:
- Example usages.
 
 - 
invokeCommandpublic java.lang.Object invokeCommand(CliContext context, java.util.Map<java.lang.String,java.lang.Object> args) Invoke the command.- Specified by:
- invokeCommandin interface- ICliCommand
- Overrides:
- invokeCommandin class- CreateComponentCommand
- Parameters:
- context- The context.
- args- The arguments.
 
 - 
getArgumentInfospublic ArgumentInfo[] getArgumentInfos(CliContext context) Get the argument infos.- Specified by:
- getArgumentInfosin interface- ICliCommand
- Overrides:
- getArgumentInfosin class- CreateComponentCommand
- Parameters:
- context- The context.
- Returns:
- The argument infos.
 
 - 
getResultInfopublic ResultInfo getResultInfo(CliContext context, java.util.Map<java.lang.String,java.lang.Object> args) Get the result info.- Specified by:
- getResultInfoin interface- ICliCommand
- Overrides:
- getResultInfoin class- CreateComponentCommand
- Parameters:
- context- The context.
- Returns:
- The result info.
 
 
- 
 
-