public interface PackageVersionBuilder
A builder for the package version.
| Modifier and Type | Method and Description |
|---|---|
String |
buildPackageVersion(PackageVersion version,
Context context)
Builds the package version.
|
String buildPackageVersion(PackageVersion version, Context context) throws BuildException
Builds the package version.
version - The package version.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.