public final class PyPACoreMetadataParser
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Properties |
getProperties(java.io.BufferedReader utf8Reader)
Loads all key/value pairs from PyPA metadata specifications¶.
|
static java.util.Properties |
getProperties(java.io.File file)
Loads all key/value pairs from PyPA metadata specifications¶.
|
public static java.util.Properties getProperties(java.io.File file)
throws AnalysisException
file - The Wheel metadata of a Python package as a FileAnalysisExceptionpublic static java.util.Properties getProperties(java.io.BufferedReader utf8Reader)
throws java.io.IOException
utf8Reader - The Wheel metadata of a Python package as a BufferedReaderjava.io.IOException - thrown if there is error reading the propertiesCopyright© 2012-21 Jeremy Long. All Rights Reserved.