Package emissary.command
Class EnvCommand
- java.lang.Object
-
- emissary.command.BaseCommand
-
- emissary.command.HttpCommand
-
- emissary.command.EnvCommand
-
- All Implemented Interfaces:
EmissaryCommand
,Runnable
public class EnvCommand extends HttpCommand
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_PORT
-
Fields inherited from class emissary.command.HttpCommand
COMMAND_NAME
-
-
Constructor Summary
Constructors Constructor Description EnvCommand()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getBashable()
String
getCommandName()
int
getDefaultPort()
boolean
getQuiet()
void
outputBanner()
void
run(picocli.CommandLine c)
void
setupCommand()
void
setupEnv()
-
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, isVerbose, logInfo, 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
-
DEFAULT_PORT
public static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultPort
public int getDefaultPort()
- Overrides:
getDefaultPort
in classHttpCommand
-
getCommandName
public String getCommandName()
-
getBashable
public boolean getBashable()
-
getQuiet
public boolean getQuiet()
- Overrides:
getQuiet
in classBaseCommand
-
run
public void run(picocli.CommandLine c)
-
setupCommand
public void setupCommand()
- Specified by:
setupCommand
in interfaceEmissaryCommand
- Overrides:
setupCommand
in classHttpCommand
-
setupEnv
public void setupEnv()
-
outputBanner
public void outputBanner()
- Specified by:
outputBanner
in interfaceEmissaryCommand
- Overrides:
outputBanner
in classBaseCommand
-
-