Package org.jacoco.agent.rt.internal
Class ClassFileDumper
java.lang.Object
org.jacoco.agent.rt.internal.ClassFileDumper
Internal dumper for class files.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionClassFileDumper
(String location) Create a new dumper for the given location. -
Method Summary
-
Field Details
-
location
-
-
Constructor Details
-
ClassFileDumper
ClassFileDumper(String location) Create a new dumper for the given location.- Parameters:
location
- relative path to dump directory.null
if no dumps should be written
-
-
Method Details
-
dump
Dumps the given binary content under the given name if a non-null
location has been specified.- Parameters:
name
- qualified class name in VM notationcontents
- binary contents- Throws:
IOException
- in case of problems while dumping the file
-