public abstract class AbstractCommand extends Object
Constructor and Description |
---|
AbstractCommand() |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(Input input) |
abstract String |
getHelpMessage() |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.