public class SharedLibrariesParserImpl extends Object implements SharedLibrariesParser, GlobalConstants
A SharedLibrariesParser implementation.
UTF_8, UTF_8_CHARSET| Constructor and Description |
|---|
SharedLibrariesParserImpl()
Creates a parser.
|
| Modifier and Type | Method and Description |
|---|---|
SharedLibraries |
parseSharedLibraries(DataSource source,
Context context)
Parses the shared libraries from the specified source.
|
public SharedLibraries parseSharedLibraries(DataSource source, Context context) throws IOException, ParseException
SharedLibrariesParserParses the shared libraries from the specified source.
parseSharedLibraries in interface SharedLibrariesParsersource - The source.context - The context.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.