public interface DebianPackageParseHandler
A handler for information from the parsing process done by the
DebianPackageParser.
| Modifier and Type | Method and Description |
|---|---|
void |
handleData(FileMetaData metaData,
DataSource source)
Handles a file from the data of a Debian package.
|
void handleData(FileMetaData metaData, DataSource source) throws IOException, ParseException
Handles a file from the data of a Debian package.
metaData - The meta data of the file.source - The source (if the file is a regular file, not a symbolic link
and not a directory. See method FileMetaData.isFile()
and FileMetaData.isSymbolicLink()).IllegalArgumentException - If file meta data is null or the meta data is
from a file, but the source is null.IOException - If an I/O error occurs.ParseException - If an error occurs during the parsing.Copyright © 2015–2019. All rights reserved.