|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.test.provisional.recorder.framework.AbstractRecorderExecOptionsProvider
Abstract extension of an IRecorderExecOptionsProvider. The following methods must be extended by using classes. public String getVMArgs(); public String getClasspathEntries(); public File[] getRecorderJars();
| Field Summary | |
|---|---|
protected Recorder |
recorder
|
| Constructor Summary | |
|---|---|
AbstractRecorderExecOptionsProvider()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getExtraClasspathEntries()
Adds additional entries to agent's CLASSPATH. |
Recorder |
getRecorder()
|
java.lang.String |
getRecorderID()
|
java.io.File[] |
getRecorderJars()
returns jars to be deployed on the agent controller, and added to the agent's classpath |
java.lang.String |
getVMArgs()
|
void |
setRecorder(Recorder recorder)
Sets a Recorder object. |
void |
setRecorder(java.lang.String id)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Recorder recorder
| Constructor Detail |
public AbstractRecorderExecOptionsProvider()
| Method Detail |
public Recorder getRecorder()
getRecorder in interface IRecorderProviderpublic java.lang.String getRecorderID()
getRecorderID in interface IRecorderProviderpublic void setRecorder(java.lang.String id)
setRecorder in interface IRecorderProviderpublic void setRecorder(Recorder recorder)
IRecorderProvider
setRecorder in interface IRecorderProviderrecorder - public java.lang.String getExtraClasspathEntries()
IRecorderExecOptionsProvider
getExtraClasspathEntries in interface IRecorderExecOptionsProviderpublic java.lang.String getVMArgs()
getVMArgs in interface IRecorderExecOptionsProviderpublic java.io.File[] getRecorderJars()
IRecorderExecOptionsProvider
getRecorderJars in interface IRecorderExecOptionsProvider
|
TPTP 4.3.0 Testing Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||