public abstract class AbstractCommand extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
helpRequested |
| Constructor and Description |
|---|
AbstractCommand() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Returns a possibly longer documentation of the command.
|
boolean |
process(CmdLineProgram instance) |
public String description()
public boolean process(CmdLineProgram instance)
Copyright © 2020. All rights reserved.