public class Globals
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
Globals.NullOutputStream
Discards anything written to it.
|
| Modifier and Type | Field and Description |
|---|---|
static java.io.PrintStream |
blackHole
A PrintStream whose contents are ignored.
|
static int |
COLWIDTH
Column width for printing messages.
|
static int |
INDENTWIDTH
Number of spaces for leading indentation for printing messages.
|
static @Regex(value=0) java.lang.String |
lineSep
The system-specific line separator string.
|
static java.lang.String |
RANDOOP_VERSION
The version number for Randoop.
|
| Constructor and Description |
|---|
Globals() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getClassPath()
Return the Java classpath.
|
static java.lang.String |
getRandoopVersion()
Return the version number for Randoop.
|
public static final java.lang.String RANDOOP_VERSION
public static final @Regex(value=0) java.lang.String lineSep
public static java.io.PrintStream blackHole
public static final int COLWIDTH
public static final int INDENTWIDTH