public interface DescriptionBuilder
A builder for the description of a package.
Modifier and Type | Method and Description |
---|---|
String |
buildDescription(Description description,
Context context)
Builds a description of a package.
|
String buildDescription(Description description, Context context) throws BuildException
Builds a description of a package.
description
- The package description.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.