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