Modifier and Type | Class and Description |
---|---|
static class |
Constants.TmpMode |
Modifier and Type | Field and Description |
---|---|
static String |
DOS |
static String |
INDENT |
static int |
TAB |
static Constants.TmpMode |
tempMode
mode how to find temporary directory may be
tmp: just use /tmp
TEMP: original version checking for isDOS and using C:\\TEMP\\ if in that environment
env: get the tmp file from the environment variable
TempFile: use javas tempfile facility to find an internal temporary directory to use
|
static String |
UNIX |
static String |
VERSION |
Constructor and Description |
---|
Constants() |
Modifier and Type | Method and Description |
---|---|
static String |
getNewLine() |
static String |
getTmp()
get a temporary directory
|
static String |
getTmp(Constants.TmpMode tmpMode)
get a temporary directory
|
static String |
getValueForType(String t) |
static String |
makeName(String name) |
static String |
makeName(String name,
List params,
PetalNode parent)
Convert a Rose name (which may contains white space, e.g.) to a Java name.
|
static void |
setMode(boolean DOS) |
public static final int TAB
public static final String INDENT
public static final String DOS
public static final String UNIX
public static final String VERSION
public static Constants.TmpMode tempMode
public static void setMode(boolean DOS)
public static String getNewLine()
public static String getTmp()
public static String getTmp(Constants.TmpMode tmpMode)
public static String makeName(String name, List params, PetalNode parent)
Copyright © 2018 BITPlan GmbH. All rights reserved.