org.eclipse.hyades.execution.recorder.remote
Class RecorderExecutableObjectAdapter
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RecorderExecutableObjectAdapter
public RecorderExecutableObjectAdapter()
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)