public interface ModuleAliasesParser
A parser for the module aliases.
| Modifier and Type | Method and Description | 
|---|---|
String | 
parseModuleAliases(String value,
                  Context context)
 Parses the module aliases. 
 | 
String parseModuleAliases(String value, Context context) throws ParseException
Parses the module aliases.
value - The value.context - The context.IllegalArgumentException - If any of the parameters are null.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.