Class LayoutDelegate
java.lang.Object
org.qubership.profiler.output.layout.Layout
org.qubership.profiler.output.layout.LayoutDelegate
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
SinglePageLayout,ZipLayout
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidputNextEntry(String id, String name, String type)
-
Field Details
-
parent
-
-
Constructor Details
-
LayoutDelegate
-
-
Method Details
-
getOutputStream
- Specified by:
getOutputStreamin classLayout- Throws:
IOException
-
putNextEntry
- Specified by:
putNextEntryin classLayout- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classLayout- Throws:
IOException
-