public class CopyrightBuilderImpl extends Object implements CopyrightBuilder, CopyrightConstants
A CopyrightBuilder implementation.
FIELD_COMMENT, FIELD_COPYRIGHT, FIELD_DISCLAIMER, FIELD_FILES, FIELD_FORMAT, FIELD_LICENSE, FIELD_SOURCE, FIELD_UPSTREAM_CONTACT, FIELD_UPSTREAM_NAME, FORMAT_V1_0| Constructor and Description |
|---|
CopyrightBuilderImpl()
Creates a builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
buildCopyright(Copyright copyright,
DataTarget target,
Context context)
Builds the copyright into the specified target.
|
public void buildCopyright(Copyright copyright, DataTarget target, Context context) throws IOException, BuildException
CopyrightBuilderBuilds the copyright into the specified target.
buildCopyright in interface CopyrightBuildercopyright - The copyright.target - The target.context - The context.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.