@Service(name="SupplementalCommandExecutorImpl") public class SupplementalCommandExecutorImpl extends Object implements SupplementalCommandExecutor
| Modifier and Type | Class and Description |
|---|---|
class |
SupplementalCommandExecutorImpl.SupplementalCommandImpl |
SupplementalCommandExecutor.SupplementalCommand| Constructor and Description |
|---|
SupplementalCommandExecutorImpl() |
| Modifier and Type | Method and Description |
|---|---|
ActionReport.ExitCode |
execute(Collection<SupplementalCommandExecutor.SupplementalCommand> supplementals,
Supplemental.Timing time,
AdminCommandContext context,
ParameterMap parameters,
org.jvnet.hk2.component.MultiMap<String,File> optionFileMap) |
Collection<SupplementalCommandExecutor.SupplementalCommand> |
listSupplementalCommands(String commandName) |
public Collection<SupplementalCommandExecutor.SupplementalCommand> listSupplementalCommands(String commandName)
listSupplementalCommands in interface SupplementalCommandExecutorpublic ActionReport.ExitCode execute(Collection<SupplementalCommandExecutor.SupplementalCommand> supplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
execute in interface SupplementalCommandExecutorCopyright © 2019. All rights reserved.