public class GeneralInfoWriter extends Object implements InspectorDataWriter<GeneralInfo>, AutoCloseable
Constructor and Description |
---|
GeneralInfoWriter(File logDir,
String name) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Close csv printer
|
void |
write(InspectorProperties inspectorProperties,
Object object) |
void |
write(LocalDateTime now,
GeneralInfo data)
Write collected data
|
public GeneralInfoWriter(File logDir, String name) throws IOException
IOException
public void close()
close
in interface AutoCloseable
public void write(LocalDateTime now, GeneralInfo data)
write
in interface InspectorDataWriter<GeneralInfo>
now
- current timedata
- data for printpublic void write(InspectorProperties inspectorProperties, Object object)
This documentation was released into the public domain.