public class URLStreamHandlerRuntime extends AbstractRuntime
IRuntime
implementation registers a special
URLStreamHandler
to process coverage data. The handler is not
actually used for opening a URL, but to get access to the runtime object.access, store
Constructor and Description |
---|
URLStreamHandlerRuntime()
Creates a new runtime.
|
Modifier and Type | Method and Description |
---|---|
int |
generateDataAccessor(long classid,
String classname,
int probecount,
org.objectweb.asm.MethodVisitor mv)
This method generates the byte code required to obtain the coverage data
structure for the class with the given id.
|
void |
shutdown()
Allows the coverage runtime to cleanup internals.
|
void |
startup()
Starts the coverage runtime.
|
collect, createRandomId, disconnect, getSessionId, reset, setSessionId, setStartTimeStamp
public void startup() throws Exception
IRuntime
Exception
- any internal problem during startuppublic void shutdown()
IRuntime
public int generateDataAccessor(long classid, String classname, int probecount, org.objectweb.asm.MethodVisitor mv)
IExecutionDataAccessorGenerator
boolean[]
instance to the
operand stack. Except this result object the generated code must not make
any assumptions about the structure of the embedding method or class. The
generated code must not use or allocate local variables.classid
- identifier of the classclassname
- VM class nameprobecount
- probe count for this classmv
- code outputCopyright © 2013. All Rights Reserved.