Package io.vertx.ext.shell.command.base
Class BaseCommandPack
- java.lang.Object
-
- io.vertx.ext.shell.command.base.BaseCommandPack
-
- All Implemented Interfaces:
CommandResolver
public class BaseCommandPack extends Object implements CommandResolver
- Author:
- Julien Viet
-
-
Constructor Summary
Constructors Constructor Description BaseCommandPack(Vertx vertx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Command>
commands()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.vertx.ext.shell.command.CommandResolver
getCommand
-
-
-
-
Constructor Detail
-
BaseCommandPack
public BaseCommandPack(Vertx vertx)
-
-
Method Detail
-
commands
public List<Command> commands()
- Specified by:
commands
in interfaceCommandResolver
- Returns:
- the current commands
-
-