| Package | Description | 
|---|---|
| cb.util | 
| Modifier and Type | Field and Description | 
|---|---|
static Constants.TmpMode | 
Constants.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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Constants.TmpMode | 
Constants.TmpMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Constants.TmpMode[] | 
Constants.TmpMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
Constants.getTmp(Constants.TmpMode tmpMode)
get a temporary directory 
 | 
Copyright © 2018 BITPlan GmbH. All rights reserved.