public interface CopyrightBuilder
A builder for the copyright of a Debian package.
Modifier and Type | Method and Description |
---|---|
void |
buildCopyright(Copyright copyright,
DataTarget target,
Context context)
Builds the copyright into the specified target.
|
void buildCopyright(Copyright copyright, DataTarget target, Context context) throws IOException, BuildException
Builds the copyright into the specified target.
copyright
- The copyright.target
- The target.context
- The context.IllegalArgumentException
- If any of the parameters are null
.IOException
- If an I/O error occurs.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.