public abstract class AbstractListCommandProxy extends Object implements AdminCommand
| Modifier and Type | Field and Description |
|---|---|
protected ActionReport.ExitCode |
commandsExitCode |
protected boolean |
header |
protected boolean |
isTerse |
protected Logger |
logger |
protected String |
outputHeaderList |
protected org.glassfish.hk2.api.ServiceLocator |
serviceLocator |
protected String |
target |
protected Target |
targetUtil |
protected boolean |
useLongFormat |
| Constructor and Description |
|---|
AbstractListCommandProxy() |
| 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
|
protected void |
fillParameterMap(ParameterMap parameterMap) |
protected abstract String |
getCommandName() |
protected boolean |
isLongNumber(String str) |
protected abstract void |
postInvoke(AdminCommandContext context,
ActionReport subReport) |
protected boolean |
preInvoke(AdminCommandContext ctx,
ActionReport subReport) |
@Inject protected org.glassfish.hk2.api.ServiceLocator serviceLocator
@Inject protected Target targetUtil
@Inject protected Logger logger
protected boolean isTerse
protected String outputHeaderList
protected boolean header
protected String target
protected boolean useLongFormat
protected ActionReport.ExitCode commandsExitCode
public final void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationprotected boolean preInvoke(AdminCommandContext ctx, ActionReport subReport)
protected abstract String getCommandName()
protected abstract void postInvoke(AdminCommandContext context, ActionReport subReport)
protected void fillParameterMap(ParameterMap parameterMap)
protected boolean isLongNumber(String str)
Copyright © 2017. All rights reserved.