public final class AgentJar extends Object
extends
keyword) rather than
including a very similar one, however JaCoCo's class is final (as all it's fields) and therefore
cannot be extended/augmented/overwritten.Modifier and Type | Method and Description |
---|---|
protected static void |
extractTo(File destination)
Extract the GZoltar agent JAR and put it into the specified location.
|
static File |
extractToTempLocation()
Extract the GZoltar agent JAR and put it into a temporary location.
|
protected static InputStream |
getResourceAsStream()
Returns the content of the JAR file as a stream.
|
protected static InputStream getResourceAsStream()
public static File extractToTempLocation() throws IOException
IOException
- Unable to unpack the agent jarprotected static void extractTo(File destination) throws IOException
destination
- Location to write GZoltar Agent Jar to. Must be writableIOException
- Unable to unpack the agent jarCopyright © 2010–2019 GZoltar. All rights reserved.