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.nullif no dumps should be written
-
-
Method Details
-
dump
Dumps the given binary content under the given name if a non-nulllocation has been specified.- Parameters:
name- qualified class name in VM notationcontents- binary contents- Throws:
IOException- in case of problems while dumping the file
-