|
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 | ||||||||||
A recorder provider to provide execution options, like VM args, jar locations, and additional classpath entries. An IRecorderExecOptionsProvider is accessed during recorder initialization. The results of getRecorderJars() are automatically deployed to the remote agent.
AbstractRecorderExecOptionsProvider| Method Summary | |
|---|---|
java.lang.String |
getExtraClasspathEntries()
Adds additional entries to agent's CLASSPATH. |
java.io.File[] |
getRecorderJars()
returns jars to be deployed on the agent controller, and added to the agent's classpath |
java.lang.String |
getVMArgs()
|
| Methods inherited from interface org.eclipse.tptp.test.provisional.recorder.framework.IRecorderProvider |
|---|
getRecorder, getRecorderID, setRecorder, setRecorder |
| Method Detail |
public java.lang.String getVMArgs()
public java.lang.String getExtraClasspathEntries()
public java.io.File[] getRecorderJars()
|
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 | ||||||||||