public abstract class AbstractCommand extends Object
| 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 © 2019. All rights reserved.