Package | Description |
---|---|
org.apache.maven.artifact.repository.metadata | |
org.apache.maven.artifact.repository.metadata.io | |
org.apache.maven.artifact.repository.metadata.io.xpp3 |
Modifier and Type | Method and Description |
---|---|
Metadata |
Metadata.clone()
Method clone.
|
protected static Metadata |
AbstractRepositoryMetadata.createMetadata(Artifact artifact,
Versioning versioning) |
Metadata |
RepositoryMetadata.getMetadata()
Get the repository metadata associated with this marker.
|
Metadata |
AbstractRepositoryMetadata.getMetadata() |
protected Metadata |
DefaultRepositoryMetadataManager.readMetadata(File mappingFile) |
Modifier and Type | Method and Description |
---|---|
boolean |
Metadata.merge(Metadata sourceMetadata) |
void |
RepositoryMetadata.setMetadata(Metadata metadata)
Set the metadata contents.
|
void |
AbstractRepositoryMetadata.setMetadata(Metadata metadata) |
Constructor and Description |
---|
AbstractRepositoryMetadata(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
Metadata |
DefaultMetadataReader.read(File input,
Map<String,?> options) |
Metadata |
MetadataReader.read(File input,
Map<String,?> options)
Reads the metadata from the specified file.
|
Metadata |
DefaultMetadataReader.read(InputStream input,
Map<String,?> options) |
Metadata |
MetadataReader.read(InputStream input,
Map<String,?> options)
Reads the metadata from the specified byte stream.
|
Metadata |
DefaultMetadataReader.read(Reader input,
Map<String,?> options) |
Metadata |
MetadataReader.read(Reader input,
Map<String,?> options)
Reads the metadata from the specified character reader.
|
Modifier and Type | Method and Description |
---|---|
Metadata |
MetadataXpp3Reader.read(InputStream in)
Method read.
|
Metadata |
MetadataXpp3Reader.read(InputStream in,
boolean strict)
Method read.
|
Metadata |
MetadataXpp3Reader.read(Reader reader) |
Metadata |
MetadataXpp3Reader.read(Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
MetadataXpp3Writer.write(OutputStream stream,
Metadata metadata)
Method write.
|
void |
MetadataXpp3Writer.write(Writer writer,
Metadata metadata)
Method write.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.