public interface ImportOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
SKIP_EXISTING_FILES |
static String |
SKIP_INVALID_DATA_SETS |
static String |
SKIP_INVALID_GENES |
static String |
SKIP_INVALID_METADATA |
static String |
SKIP_INVALID_RECORDS |
static String |
SKIP_INVALID_SAMPLES |
static String |
TEMP_DIRECTORY_PATH |
| Modifier and Type | Method and Description |
|---|---|
String |
getOption(String name)
Returns the string value of the given option, if it exists.
|
Map<String,String> |
getOptions()
Returns all of the key-value option pairs in the object.
|
boolean |
hasOption(String name)
Tests whether the option is present in the object's key-value map.
|
static final String SKIP_INVALID_SAMPLES
static final String SKIP_INVALID_DATA_SETS
static final String SKIP_INVALID_GENES
static final String SKIP_INVALID_METADATA
static final String SKIP_INVALID_RECORDS
static final String TEMP_DIRECTORY_PATH
static final String SKIP_EXISTING_FILES
String getOption(String name)
name - Key name of the option.Map<String,String> getOptions()
Map of string options.boolean hasOption(String name)
name - Key name of the option.Copyright © 2016. All rights reserved.