Uses of Class
org.eclipse.dirigible.engine.command.definition.CommandLine
| Package | Description |
|---|---|
| org.eclipse.dirigible.engine.command.definition |
-
Uses of CommandLine in org.eclipse.dirigible.engine.command.definition
Methods in org.eclipse.dirigible.engine.command.definition that return CommandLine Modifier and Type Method Description CommandLineCommandDefinition. getTargetCommand()Gets the target command.Methods in org.eclipse.dirigible.engine.command.definition that return types with arguments of type CommandLine Modifier and Type Method Description List<CommandLine>CommandDefinition. getCommands()Gets the commands.Methods in org.eclipse.dirigible.engine.command.definition with parameters of type CommandLine Modifier and Type Method Description voidCommandDefinition. setTargetCommand(CommandLine targetCommand)Sets the target command.