public class SystemInfo extends Object
Modifier and Type | Field and Description |
---|---|
static String |
defaultProperties |
static String |
hexPropertyNames |
static String |
urlPropertyNames |
Constructor and Description |
---|
SystemInfo() |
Modifier and Type | Method and Description |
---|---|
void |
addOneSystemProperty(String name) |
String |
getMessage() |
protected boolean |
isHexProperty(String thisName) |
protected boolean |
isURLProperty(String thisName) |
static void |
quickSort(String[] vector,
int startIndex,
int endIndex)
Stripped-down QuickSort.
|
void |
showDialog() |
public static final String defaultProperties
public static final String hexPropertyNames
public static final String urlPropertyNames
public SystemInfo()
public static void quickSort(String[] vector, int startIndex, int endIndex)
vector
- The vector of strings to sortstartIndex
- The first element to sortendIndex
- The last element to sort
example use:
JavaInfo.quickSort(vector, 0, vector.length - 1);
public void addOneSystemProperty(String name)
protected boolean isHexProperty(String thisName)
protected boolean isURLProperty(String thisName)
public String getMessage()
public void showDialog()
Copyright © 2000–2019 BioJava. All rights reserved.