public class InfoArchivePackagingInformationAssembler extends PrintWriterAssembler<PackagingInformation>
Constructor and Description |
---|
InfoArchivePackagingInformationAssembler() |
Modifier and Type | Method and Description |
---|---|
protected void |
add(PackagingInformation packagingInformation,
java.io.PrintWriter writer)
Add a domain object.
|
protected void |
end(java.io.PrintWriter writer)
End the assembly process.
|
protected void |
start(java.io.PrintWriter writer)
Start the assembly process.
|
add, end, getMetrics, start
public InfoArchivePackagingInformationAssembler()
protected void start(java.io.PrintWriter writer)
PrintWriterAssembler
start
in class PrintWriterAssembler<PackagingInformation>
writer
- Where to write outputprotected void add(PackagingInformation packagingInformation, java.io.PrintWriter writer)
PrintWriterAssembler
add
in class PrintWriterAssembler<PackagingInformation>
packagingInformation
- The domain object to addwriter
- Where to write outputprotected void end(java.io.PrintWriter writer)
PrintWriterAssembler
end
in class PrintWriterAssembler<PackagingInformation>
writer
- Where to write output