net.sf.jbenchmark
Class BenchmarkTask.Script

java.lang.Object
  extended bynet.sf.jbenchmark.BenchmarkTask.Script
Enclosing class:
BenchmarkTask

public static class BenchmarkTask.Script
extends java.lang.Object

Information about a benchmark script.


Constructor Summary
BenchmarkTask.Script()
           
 
Method Summary
 java.io.File getFile()
          get Path
 void setPath(java.io.File script)
          setPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BenchmarkTask.Script

public BenchmarkTask.Script()
Method Detail

setPath

public void setPath(java.io.File script)
setPath


getFile

public java.io.File getFile()
get Path

Returns: