public class ModuleAliasesParserImpl extends Object implements ModuleAliasesParser
A ModuleAliasesParser implementation.
| Constructor and Description |
|---|
ModuleAliasesParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
String |
parseModuleAliases(String value,
Context context)
Parses the module aliases.
|
public String parseModuleAliases(String value, Context context) throws ParseException
ModuleAliasesParserParses the module aliases.
parseModuleAliases in interface ModuleAliasesParservalue - The value.context - The context.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.