public interface PackageMultiArchitectureParser
A parser for the multiple architecture property.
Modifier and Type | Method and Description |
---|---|
PackageMultiArchitecture |
parsePackageMultiArchitecture(String value,
Context context)
Parses the multiple architecture property.
|
PackageMultiArchitecture parsePackageMultiArchitecture(String value, Context context) throws ParseException
Parses the multiple architecture property.
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.