Uses of Class
org.apache.maven.artifact.repository.metadata.v4.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in org.apache.maven.artifact.repository.metadata
Methods in org.apache.maven.artifact.repository.metadata that return MetadataMethods in org.apache.maven.artifact.repository.metadata that return types with arguments of type MetadataMethod parameters in org.apache.maven.artifact.repository.metadata with type arguments of type MetadataConstructors in org.apache.maven.artifact.repository.metadata with parameters of type Metadata -
Uses of Metadata in org.apache.maven.artifact.repository.metadata.io
Methods in org.apache.maven.artifact.repository.metadata.io that return MetadataModifier and TypeMethodDescriptionMetadataStaxReader.read
(InputStream in) MetadataStaxReader.read
(InputStream in, boolean strict) Method read.MetadataStaxReader.read
(XMLStreamReader parser, boolean strict) Method read.Methods in org.apache.maven.artifact.repository.metadata.io with parameters of type Metadata -
Uses of Metadata in org.apache.maven.artifact.repository.metadata.v4
Methods in org.apache.maven.artifact.repository.metadata.v4 that return MetadataModifier 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.Methods in org.apache.maven.artifact.repository.metadata.v4 with parameters of type MetadataModifier 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.