public class PreloadPrms extends BasePrms
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_RESOURCE |
static Long |
initializeClasses
(boolean)
Whether to initialize classes as they are preloaded.
|
static Long |
outputFile
(String)
Path to the file for logging class names and load times.
|
static Long |
resourceFile
(String)
Path to a resource to preload.
|
static Long |
useTimingClassLoader
(boolean)
Whether to use the timing class loader.
|
static Long |
verbose
(boolean)
Whether to use verbose logging.
|
| Constructor and Description |
|---|
PreloadPrms() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getOutputFile() |
static String |
getResourceFile() |
static boolean |
initializeClasses() |
static boolean |
useTimingClassLoader() |
static boolean |
verbose() |
dumpKeys, keyForName, nameForKey, setValues, tab, tasktabpublic static final String DEFAULT_RESOURCE
public static Long resourceFile
DEFAULT_RESOURCE.
The resource can be either a jar or a text file containing a list of
classnames.public static Long outputFile
public static Long useTimingClassLoader
public static Long initializeClasses
public static Long verbose
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.