Class DEPLOY
java.lang.Object
org.jpos.q2.cli.DEPLOY
- All Implemented Interfaces:
CLISubSystem
CLI implementation - Deploy subsystem
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]getCompletionPrefixes(CLIContext ctx, String[] args) Returns the command prefixes registered by this sub-system.getPrompt(CLIContext ctx, String[] args) Returns the prompt string for this sub-system.
-
Constructor Details
-
DEPLOY
public DEPLOY()Default constructor; no instance state to initialise.
-
-
Method Details
-
getPrompt
Description copied from interface:CLISubSystemReturns the prompt string for this sub-system.- Specified by:
getPromptin interfaceCLISubSystem- Parameters:
ctx- the CLI contextargs- current command arguments- Returns:
- the prompt string
-
getCompletionPrefixes
Description copied from interface:CLISubSystemReturns the command prefixes registered by this sub-system.- Specified by:
getCompletionPrefixesin interfaceCLISubSystem- Parameters:
ctx- the CLI contextargs- current command arguments- Returns:
- command prefixes
-