|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.agent.AgentJar
public class AgentJar
API to access the agent JAR file as a resource.
Field Summary | |
---|---|
static String |
RESOURCE
Name of the agent JAR file resource within this bunde. |
Method Summary | |
---|---|
static URL |
getResource()
Returns a URL pointing to the JAR file. |
static InputStream |
getResourceAsStream()
Returns the content of the JAR file as a stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String RESOURCE
Method Detail |
---|
public static URL getResource()
public static InputStream getResourceAsStream()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |