org.apache.lucene.benchmark

Class Driver


public class Driver
extends Object

Sets up the

Constructor Summary

Driver()
Driver(File workingDir, InputSource inputSource)
Creates a Driver using Digester
Driver(Benchmarker benchmarker, BenchmarkOptions options)

Method Summary

Benchmarker
getBenchmarker()
BenchmarkOptions
getOptions()
File
getWorkingDir()
static void
main(String[] args)
void
setBenchmarker(Benchmarker benchmarker)
void
setOptions(BenchmarkOptions options)
void
setWorkingDir(File workingDir)

Constructor Details

Driver

public Driver()

Driver

public Driver(File workingDir,
              InputSource inputSource)
            throws IOException,
                   SAXException
Creates a Driver using Digester
Parameters:
inputSource -

Driver

public Driver(Benchmarker benchmarker,
              BenchmarkOptions options)

Method Details

getBenchmarker

public Benchmarker getBenchmarker()

getOptions

public BenchmarkOptions getOptions()

getWorkingDir

public File getWorkingDir()

main

public static void main(String[] args)

setBenchmarker

public void setBenchmarker(Benchmarker benchmarker)

setOptions

public void setOptions(BenchmarkOptions options)

setWorkingDir

public void setWorkingDir(File workingDir)

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.