TPTP 4.4.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.recorder.remote
Class RecorderExecutableObjectAdapter

java.lang.Object
  extended byorg.eclipse.hyades.execution.recorder.remote.RecorderExecutableObjectAdapter
Direct Known Subclasses:
HttpRecorderExecutableObjectAdapter

public abstract class RecorderExecutableObjectAdapter
extends java.lang.Object

object to be extended by objects which will setup the VMArgs etc for recorder executables


Constructor Summary
RecorderExecutableObjectAdapter()
           
 
Method Summary
abstract  java.lang.String getAgentClassPath()
           
abstract  java.lang.String getVMArgString()
           
 void setupExecutableObject(org.eclipse.hyades.execution.local.JavaProcessExecutableObjectStub javaExecutableObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecorderExecutableObjectAdapter

public RecorderExecutableObjectAdapter()
Method Detail

getAgentClassPath

public abstract java.lang.String getAgentClassPath()

getVMArgString

public abstract java.lang.String getVMArgString()

setupExecutableObject

public void setupExecutableObject(org.eclipse.hyades.execution.local.JavaProcessExecutableObjectStub javaExecutableObject)

TPTP 4.4.0 Testing Tools Project
Public API Specification