public class StartCommands
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StartCommands.CliParameters
Defines the command line options for the tool start.
|
Modifier and Type | Field and Description |
---|---|
com.beust.jcommander.JCommander |
jc |
StartCommands.CliParameters |
options |
Constructor and Description |
---|
StartCommands(java.lang.String[] args)
Constructor gets the unmodified user args from the tool start command
line.
|
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getProperties(java.util.Properties fileProperties)
Parses the command line configurations and merges them with the file
specified commands
|
public StartCommands.CliParameters options
public com.beust.jcommander.JCommander jc
public StartCommands(java.lang.String[] args)
args
- public java.util.Properties getProperties(java.util.Properties fileProperties)
fileProperties
- configurations specified by the configuration fileProperties
class.