Package | Description |
---|---|
org.apache.maven.artifact.repository.metadata.io |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataReader.read(java.io.File input,
java.util.Map<java.lang.String,?> options)
Reads the metadata from the specified file.
|
Metadata |
MetadataReader.read(java.io.InputStream input,
java.util.Map<java.lang.String,?> options)
Reads the metadata from the specified byte stream.
|
Metadata |
MetadataReader.read(java.io.Reader input,
java.util.Map<java.lang.String,?> options)
Reads the metadata from the specified character reader.
|