public interface PackageNameBuilder
A builder for the name of a package.
Modifier and Type | Method and Description |
---|---|
String |
buildPackageName(PackageName name,
Context context)
Builds the name of a package.
|
String buildPackageName(PackageName name, Context context) throws BuildException
Builds the name of a package.
name
- The package name.context
- The context.IllegalArgumentException
- If any of the parameters are null
.BuildException
Copyright © 2015–2019. All rights reserved.