public class UpdaterUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
CMDLINE_HOSTNAME |
protected static java.lang.String |
CMDLINE_HTTPPORT |
protected static java.lang.String |
CMDLINE_VERBOSE |
Constructor and Description |
---|
UpdaterUtils() |
Modifier and Type | Method and Description |
---|---|
protected static java.util.ArrayList<java.lang.String> |
getDataDirs(java.lang.String[] args)
Parses cmd line args and returns list of directories to update
|
protected static java.lang.String |
getHostname(java.lang.String[] args)
Parses cmd line args and returns host name
|
protected static java.lang.String |
getHttpPort(java.lang.String[] args)
Parses cmd line args and returns http port
|
protected static boolean |
getIsverbose(java.lang.String[] args)
Parses cmd line args and returns verbose flag
|
static java.lang.String |
readFileAsString(java.io.File file) |
protected static final java.lang.String CMDLINE_HOSTNAME
protected static final java.lang.String CMDLINE_HTTPPORT
protected static final java.lang.String CMDLINE_VERBOSE
protected static java.lang.String getHostname(java.lang.String[] args)
args
- protected static java.lang.String getHttpPort(java.lang.String[] args)
args
- protected static boolean getIsverbose(java.lang.String[] args)
args
- protected static java.util.ArrayList<java.lang.String> getDataDirs(java.lang.String[] args)
args
- public static java.lang.String readFileAsString(java.io.File file)
Copyright © 2010-2014 Pacific Biosciences. All Rights Reserved.