@Service(name="list-sub-components") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value=DAS) public class ListSubComponentsCommand extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
Applications |
applications |
ApplicationRegistry |
appRegistry |
Deployment |
deployment |
Boolean |
terse |
| Constructor and Description |
|---|
ListSubComponentsCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
@Inject public ApplicationRegistry appRegistry
public Boolean terse
@Inject public Deployment deployment
@Inject public Applications applications
public void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.