public interface PackageMaintainerBuilder
A builder for the package maintainer.
Modifier and Type | Method and Description |
---|---|
String |
buildPackageMaintainer(PackageMaintainer maintainer,
Context context)
Builds a package maintainer.
|
String buildPackageMaintainer(PackageMaintainer maintainer, Context context) throws BuildException
Builds a package maintainer.
maintainer
- The maintainer.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.