Package | Description |
---|---|
org.apache.maven.artifact.repository.metadata.io |
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataReader.read(File input,
Map<String,?> options)
Reads the metadata from the specified file.
|
Metadata |
MetadataReader.read(InputStream input,
Map<String,?> options)
Reads the metadata from the specified byte stream.
|
Metadata |
MetadataReader.read(Reader input,
Map<String,?> options)
Reads the metadata from the specified character reader.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.