public class AntJarEntryInstrumentationClassSource extends java.lang.Object implements InstrumentationClassSource
| Constructor and Description |
|---|
AntJarEntryInstrumentationClassSource(org.apache.tools.ant.types.Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
java.io.InputStream |
inputStream() |
java.io.File |
sourceFile() |
java.io.File |
targetPath(java.io.File targetBase) |
public AntJarEntryInstrumentationClassSource(org.apache.tools.ant.types.Resource resource)
public java.lang.String className()
throws java.io.IOException
className in interface InstrumentationClassSourcejava.io.IOExceptionpublic java.io.InputStream inputStream()
throws java.io.IOException
inputStream in interface InstrumentationClassSourcejava.io.IOExceptionpublic java.io.File targetPath(java.io.File targetBase)
throws java.io.IOException
targetPath in interface InstrumentationClassSourcejava.io.IOExceptionpublic java.io.File sourceFile()
sourceFile in interface InstrumentationClassSource