public class MigrationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.cli.CommandLine |
command |
protected org.apache.commons.cli.Options |
options |
| Constructor and Description |
|---|
MigrationOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBatch() |
String |
getConfiguration() |
String |
getInput() |
String |
getKeyspace() |
int |
getNumberActiveTasks() |
int |
getNumberOptions() |
org.apache.commons.cli.Options |
getOptions() |
boolean |
getRetry() |
String |
getTemplate() |
String |
getUri() |
boolean |
hasInput() |
boolean |
isHelp() |
boolean |
isNo() |
boolean |
isVerbose() |
protected void |
parse(String[] args) |
protected final org.apache.commons.cli.Options options
protected org.apache.commons.cli.CommandLine command
public boolean isVerbose()
public boolean isHelp()
public boolean isNo()
public String getKeyspace()
public String getConfiguration()
public String getUri()
public org.apache.commons.cli.Options getOptions()
public int getNumberOptions()
public String getInput()
public boolean hasInput()
public String getTemplate()
public boolean getRetry()
public int getBatch()
public int getNumberActiveTasks()
protected void parse(String[] args)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.