Package emissary.command
Class TopologyCommand
- java.lang.Object
-
- emissary.command.BaseCommand
-
- emissary.command.HttpCommand
-
- emissary.command.TopologyCommand
-
- All Implemented Interfaces:
EmissaryCommand
,Runnable
public class TopologyCommand extends HttpCommand
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMMAND_NAME
static int
DEFAULT_PORT
-
Constructor Summary
Constructors Constructor Description TopologyCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommandName()
int
getDefaultPort()
void
run(picocli.CommandLine c)
void
setupCommand()
void
setupTopology()
-
Methods inherited from class emissary.command.HttpCommand
getFullUrl, getHost, getHostAndPort, getJettyUserFile, getPort, getScheme, isSniHostCheckDisabled, isSniHostCheckEnabled, isSslEnabled, performGet, performPost, setupHttp
-
Methods inherited from class emissary.command.BaseCommand
getBinDir, getConfig, getErrorDir, getFlavor, getLogbackConfig, getOutputDir, getProjectBase, getQuiet, isVerbose, logInfo, outputBanner, overrideFlavor, parse, parse, reinitLogback, run, setSystemProperty, setupConfig
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface emissary.command.EmissaryCommand
setup
-
-
-
-
Field Detail
-
COMMAND_NAME
public static final String COMMAND_NAME
- See Also:
- Constant Field Values
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandName
public String getCommandName()
-
getDefaultPort
public int getDefaultPort()
- Overrides:
getDefaultPort
in classHttpCommand
-
run
public void run(picocli.CommandLine c)
-
setupCommand
public void setupCommand()
- Specified by:
setupCommand
in interfaceEmissaryCommand
- Overrides:
setupCommand
in classHttpCommand
-
setupTopology
public void setupTopology()
-
-