public class SystemInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
defaultProperties |
|
static java.lang.String |
hexPropertyNames |
|
static java.lang.String |
urlPropertyNames |
Constructor | Description |
---|---|
SystemInfo() |
Modifier and Type | Method | Description |
---|---|---|
void |
addOneSystemProperty(java.lang.String name) |
|
java.lang.String |
getMessage() |
|
protected boolean |
isHexProperty(java.lang.String thisName) |
|
protected boolean |
isURLProperty(java.lang.String thisName) |
|
static void |
quickSort(java.lang.String[] vector,
int startIndex,
int endIndex) |
Stripped-down QuickSort.
|
void |
showDialog() |
public static final java.lang.String defaultProperties
public static final java.lang.String hexPropertyNames
public static final java.lang.String urlPropertyNames
public static void quickSort(java.lang.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(java.lang.String name)
protected boolean isHexProperty(java.lang.String thisName)
protected boolean isURLProperty(java.lang.String thisName)
public java.lang.String getMessage()
public void showDialog()