public interface ModuleAliasesBuilder
A builder for module aliases.
Modifier and Type | Method and Description |
---|---|
String |
buildModuleAliases(String moduleAliases,
Context context)
Builds the module aliases.
|
String buildModuleAliases(String moduleAliases, Context context) throws BuildException
Builds the module aliases.
moduleAliases
- The module aliases.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.