Uses of Class
org.apache.maven.artifact.repository.metadata.Metadata
Package
Description
-
Uses of Metadata in org.apache.maven.artifact.repository.metadata
Modifier and TypeMethodDescriptionMetadata.clone()
Method clone.protected static Metadata
AbstractRepositoryMetadata.createMetadata
(Artifact artifact, Versioning versioning) AbstractRepositoryMetadata.getMetadata()
RepositoryMetadata.getMetadata()
Get the repository metadata associated with this marker.protected Metadata
DefaultRepositoryMetadataManager.readMetadata
(File mappingFile) TODO share with DefaultPluginMappingManager.Modifier and TypeMethodDescriptionboolean
void
AbstractRepositoryMetadata.setMetadata
(Metadata metadata) void
RepositoryMetadata.setMetadata
(Metadata metadata) Set the metadata contents. -
Uses of Metadata in org.apache.maven.artifact.repository.metadata.io
Modifier and TypeMethodDescriptionDefaultMetadataReader.read
(InputStream input, Map<String, ?> options) Reads the metadata from the specified file.MetadataReader.read
(InputStream input, Map<String, ?> options) Reads the metadata from the specified byte stream.Reads the metadata from the specified character reader. -
Uses of Metadata in org.apache.maven.artifact.repository.metadata.io.xpp3
Modifier and TypeMethodDescriptionMetadataXpp3Reader.read
(InputStream in) Method read.MetadataXpp3Reader.read
(InputStream in, boolean strict) Method read.