public class MigrationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.cli.CommandLine |
command |
static String |
LINES_DEFAULT_VALUE |
static String |
MAX_DELAY_DEFAULT_VALUE |
protected org.apache.commons.cli.Options |
options |
static String |
RETRY_DEFAULT_VALUE |
| Constructor and Description |
|---|
MigrationOptions() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfiguration() |
String |
getInput() |
ai.grakn.Keyspace |
getKeyspace() |
int |
getLines() |
int |
getMaxDelay() |
int |
getNumberOptions() |
org.apache.commons.cli.Options |
getOptions() |
int |
getRetry() |
String |
getTemplate() |
ai.grakn.util.SimpleURI |
getUri() |
boolean |
hasInput() |
boolean |
isDebug() |
boolean |
isHelp() |
boolean |
isNo() |
boolean |
isVerbose() |
protected void |
parse(String[] args) |
public static final String MAX_DELAY_DEFAULT_VALUE
public static final String RETRY_DEFAULT_VALUE
public static final String LINES_DEFAULT_VALUE
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 boolean isDebug()
public ai.grakn.Keyspace getKeyspace()
public ai.grakn.util.SimpleURI getUri()
public org.apache.commons.cli.Options getOptions()
public int getNumberOptions()
public String getInput()
public boolean hasInput()
public String getTemplate()
public int getRetry()
public int getMaxDelay()
public int getLines()
protected void parse(String[] args)
Copyright © 2018 Grakn Labs Ltd. All rights reserved.