public class Driver
extends java.lang.Object
Constructor and Description |
---|
Driver() |
Driver(Benchmarker benchmarker,
BenchmarkOptions options) |
Driver(java.io.File workingDir,
org.xml.sax.InputSource inputSource)
Creates a Driver using Digester
|
Modifier and Type | Method and Description |
---|---|
Benchmarker |
getBenchmarker() |
BenchmarkOptions |
getOptions() |
java.io.File |
getWorkingDir() |
static void |
main(java.lang.String[] args) |
void |
setBenchmarker(Benchmarker benchmarker) |
void |
setOptions(BenchmarkOptions options) |
void |
setWorkingDir(java.io.File workingDir) |
public Driver()
public Driver(Benchmarker benchmarker, BenchmarkOptions options)
public Driver(java.io.File workingDir, org.xml.sax.InputSource inputSource) throws java.io.IOException, org.xml.sax.SAXException
inputSource
- java.io.IOException
org.xml.sax.SAXException
public Benchmarker getBenchmarker()
public void setBenchmarker(Benchmarker benchmarker)
public BenchmarkOptions getOptions()
public void setOptions(BenchmarkOptions options)
public java.io.File getWorkingDir()
public void setWorkingDir(java.io.File workingDir)
public static void main(java.lang.String[] args)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.