Package io.quarkus.bom.decomposer
Class FileReportWriter
java.lang.Object
io.quarkus.bom.decomposer.FileReportWriter
- Direct Known Subclasses:
DecomposedBomReportFileWriter,HtmlBomDiffReportGenerator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected StringBuilderbuf()protected voidclose()protected voidprotected voidprotected StringgenerateAnchor(String url, String text) protected voidindentChars(int indentChars) protected BufferedWriterprotected booleanisClosed()protected voidnewLine()protected voidoffset()protected voidoffsetLine(String line) protected voidprotected voidprotected voidwriteAnchor(String url, String text) protected voidprotected BufferedWriterwriter()protected voidprotected void
-
Field Details
-
reportFile
-
-
Constructor Details
-
FileReportWriter
-
FileReportWriter
-
-
Method Details
-
isClosed
protected boolean isClosed() -
indentChars
protected void indentChars(int indentChars) -
initWriter
- Throws:
IOException
-
writer
- Throws:
IOException
-
writeLine
- Throws:
IOException
-
newLine
- Throws:
IOException
-
append
- Throws:
IOException
-
buf
-
writeTag
- Throws:
IOException
-
writeTag
- Throws:
IOException
-
writeAnchor
- Throws:
IOException
-
generateAnchor
-
openTag
- Throws:
IOException
-
openTag
- Throws:
IOException
-
closeTag
- Throws:
IOException
-
emptyTag
- Throws:
IOException
-
offsetLine
- Throws:
IOException
-
offset
- Throws:
IOException
-
close
protected void close()
-