@Contract
public interface SupplementalCommandExecutor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SupplementalCommandExecutor.SupplementalCommand |
| Modifier and Type | Method and Description |
|---|---|
ActionReport.ExitCode |
execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals,
Supplemental.Timing time,
AdminCommandContext context,
ParameterMap parameters,
org.jvnet.hk2.component.MultiMap<String,File> optionFileMap) |
Collection<SupplementalCommandExecutor.SupplementalCommand> |
listSuplementalCommands(String commandName) |
Collection<SupplementalCommandExecutor.SupplementalCommand> listSuplementalCommands(String commandName)
ActionReport.ExitCode execute(Collection<SupplementalCommandExecutor.SupplementalCommand> suplementals, Supplemental.Timing time, AdminCommandContext context, ParameterMap parameters, org.jvnet.hk2.component.MultiMap<String,File> optionFileMap)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.