public interface PackageMaintainerParser
A parser for the maintainer of a package.
Modifier and Type | Method and Description |
---|---|
PackageMaintainer |
parsePackageMaintainer(String value,
Context context)
Parses the package maintainer.
|
PackageMaintainer parsePackageMaintainer(String value, Context context) throws ParseException
Parses the package maintainer.
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.