TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.tools.internal.recorder.http.providers
Class HttpRecorderExecOptions

java.lang.Object
  extended byorg.eclipse.tptp.test.provisional.recorder.framework.AbstractRecorderExecOptionsProvider
      extended byorg.eclipse.tptp.test.tools.internal.recorder.http.providers.HttpRecorderExecOptions
All Implemented Interfaces:
org.eclipse.tptp.test.provisional.recorder.framework.IRecorderExecOptionsProvider, org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider

public class HttpRecorderExecOptions
extends org.eclipse.tptp.test.provisional.recorder.framework.AbstractRecorderExecOptionsProvider


Field Summary
 
Fields inherited from class org.eclipse.tptp.test.provisional.recorder.framework.AbstractRecorderExecOptionsProvider
recorder
 
Constructor Summary
HttpRecorderExecOptions()
           
 
Method Summary
 java.io.File[] getRecorderJars()
           
 
Methods inherited from class org.eclipse.tptp.test.provisional.recorder.framework.AbstractRecorderExecOptionsProvider
getExtraClasspathEntries, getRecorder, getRecorderID, getVMArgs, setRecorder, setRecorder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpRecorderExecOptions

public HttpRecorderExecOptions()
Method Detail

getRecorderJars

public java.io.File[] getRecorderJars()

TPTP 4.4.0 Testing Tools Project
Internal API Specification