|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.esdihumboldt.hale.common.core.report.writer.ReportWriter
public class ReportWriter
Writes reports to a file.
Method Summary | |
---|---|
static boolean |
write(File file,
boolean append,
Report<?>... reports)
Writes all Report s to a File . |
static boolean |
write(File file,
Collection<Report<?>> reports,
boolean append)
Writes all Report s to a File . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean write(File file, boolean append, Report<?>... reports) throws IOException
Report
s to a File
.
file
- target filereports
- reports to be savedappend
- if the reports should be appended to the file instead of
overwriting it
IOException
- if IO failspublic static boolean write(File file, Collection<Report<?>> reports, boolean append) throws IOException
Report
s to a File
.
file
- target filereports
- reports to be savedappend
- if the reports should be appended to the file instead of
overwriting it
IOException
- if IO fails
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |