# Functions
DefaultConfig returns the default configuration for the Java archive extractor.
New returns a Java archive extractor.
NewOmitEmptyLinesReader returns a new reader that omits empty lines from the input reader.
ParseFilename attempts to figure out the package name, version, and group ID of a Java archive based on its filename.
# Constants
Name is the unique name of this extractor.
# Structs
Config is the configuration for the Extractor.
Extractor extracts Java packages from archive files.
JarProps stores the name, version, and group ID of a Java archive.
Metadata holds parsing information for a Java archive package.
PomProps for identifying Maven package.