public class PerformanceRunner extends Object implements ErrorHandler
DEFAULT, NULL| Constructor and Description |
|---|
PerformanceRunner(File templatesFile,
File dataFile) |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(InputStream in,
OutputStream out,
int bufferSize) |
void |
error(ErrorCode code,
String message) |
void |
error(ErrorCode code,
String message,
Throwable t) |
PerformanceResult |
run() |
void |
setFormat(String format) |
void |
setNamespaceAwareness(boolean namespaceAwareness) |
void |
setPreloadData(boolean preloadData) |
void |
setShowStacktrace(boolean showStacktrace) |
public PerformanceResult run()
public void setPreloadData(boolean preloadData)
public void setShowStacktrace(boolean showStacktrace)
public void setNamespaceAwareness(boolean namespaceAwareness)
public static void copy(InputStream in, OutputStream out, int bufferSize) throws IOException
IOExceptionpublic void error(ErrorCode code, String message)
error in interface ErrorHandlerpublic void error(ErrorCode code, String message, Throwable t)
error in interface ErrorHandlerpublic void setFormat(String format)
Copyright © 2006-2013 The LaSalle Technology Group, LLC. All Rights Reserved.