public class CommandLineParameters extends Object implements Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
CommandLineParameters.AvailablePort |
static class |
CommandLineParameters.PositiveInteger |
static class |
CommandLineParameters.ReadableDirectory |
static class |
CommandLineParameters.ReadableFile |
static class |
CommandLineParameters.ReadWriteDirectory |
static class |
CommandLineParameters.RouterId |
Modifier and Type | Field and Description |
---|---|
boolean |
analyst |
boolean |
autoReload |
boolean |
autoScan |
String |
basePath |
String |
bindAddress |
File |
build |
File |
cacheDirectory |
File |
clientDirectory |
boolean |
disableFileCache |
List<File> |
files |
File |
graphDirectory |
boolean |
help |
boolean |
inMemory |
boolean |
insecure |
Integer |
maxThreads |
File |
pointSetDirectory |
Integer |
port |
boolean |
preFlight |
List<String> |
routerIds |
File |
scriptFile |
Integer |
securePort |
boolean |
server |
boolean |
verbose |
boolean |
version |
boolean |
visualize |
Constructor and Description |
---|
CommandLineParameters() |
Modifier and Type | Method and Description |
---|---|
CommandLineParameters |
clone() |
void |
infer()
Set some convenience parameters based on other parameters' values.
|
public boolean help
public boolean verbose
public String basePath
public File build
public File cacheDirectory
public boolean inMemory
public boolean preFlight
public boolean version
public boolean analyst
public String bindAddress
public Integer securePort
public boolean autoScan
public boolean autoReload
public Integer port
public Integer maxThreads
public File graphDirectory
public File pointSetDirectory
public File clientDirectory
public boolean disableFileCache
public boolean server
public boolean visualize
public boolean insecure
public File scriptFile
public void infer()
public CommandLineParameters clone()
Copyright © 2019. All rights reserved.