Uses of Class
org.apache.maven.api.metadata.Metadata
Package
Description
Maven Repository Metadata model.
-
Uses of Metadata in org.apache.maven.api.metadata
Modifier and TypeMethodDescriptionMetadata.Builder.build()
static Metadata
Metadata.newInstance()
Creates a newMetadata
instance.static Metadata
Metadata.newInstance
(boolean withDefaults) Creates a newMetadata
instance using default values or not.Metadata.withArtifactId
(String artifactId) Creates a newMetadata
instance using the specified artifactId.Metadata.withGroupId
(String groupId) Creates a newMetadata
instance using the specified groupId.Metadata.withModelVersion
(String modelVersion) Creates a newMetadata
instance using the specified modelVersion.Metadata.withPlugins
(Collection<Plugin> plugins) Creates a newMetadata
instance using the specified plugins.Metadata.withVersion
(String version) Creates a newMetadata
instance using the specified version.Metadata.withVersioning
(Versioning versioning) Creates a newMetadata
instance using the specified versioning.Modifier and TypeMethodDescriptionstatic Metadata.Builder
Metadata.newBuilder
(Metadata from) Creates a newMetadata
builder instance using the specified object as a basis.static Metadata.Builder
Metadata.newBuilder
(Metadata from, boolean forceCopy) Creates a newMetadata
builder instance using the specified object as a basis. -
Uses of Metadata in org.apache.maven.artifact.repository.metadata
-
Uses of Metadata in org.apache.maven.metadata.v4
Modifier and TypeMethodDescriptionMetadataStaxReader.read
(InputStream in) MetadataStaxReader.read
(InputStream in, boolean strict) Method read.MetadataStaxReader.read
(XMLStreamReader parser, boolean strict) Method read.