Class CommandService
- java.lang.Object
-
- gov.nist.secauto.metaschema.cli.processor.command.CommandService
-
public final class CommandService extends Object
-
-
Constructor Summary
Constructors Constructor Description CommandService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ICommand>
getCommands()
static CommandService
getInstance()
Get the singleton instance of the function service.
-
-
-
Constructor Detail
-
CommandService
public CommandService()
-
-
Method Detail
-
getInstance
public static CommandService getInstance()
Get the singleton instance of the function service.- Returns:
- the service instance
-
getCommands
@NonNull public List<ICommand> getCommands()
-
-