public interface EmbeddedJarFiles
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getEmbeddedAgentJarFileNames()
Returns the names of the api jars that are embedded in the agent without their extension.
|
java.io.File |
getJarFileInAgent(java.lang.String jarNameWithoutExtension)
Returns a jar file created by reading the contents of a jar embedded inside of the agent jar and writing it out
to a temp file.
|
java.lang.String[] getEmbeddedAgentJarFileNames()
java.io.File getJarFileInAgent(java.lang.String jarNameWithoutExtension)
throws java.io.IOException
java.io.IOException