Class Maven31MetadataBridge
java.lang.Object
org.eclipse.aether.metadata.AbstractMetadata
org.apache.maven.shared.transfer.metadata.internal.Maven31MetadataBridge
- All Implemented Interfaces:
org.eclipse.aether.metadata.Metadata
public class Maven31MetadataBridge
extends org.eclipse.aether.metadata.AbstractMetadata
implements org.eclipse.aether.metadata.Metadata
A MetadataBridge for Maven 3.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.aether.metadata.Metadata
org.eclipse.aether.metadata.Metadata.Nature -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate org.apache.maven.artifact.metadata.ArtifactMetadata -
Constructor Summary
ConstructorsConstructorDescriptionMaven31MetadataBridge(org.apache.maven.artifact.metadata.ArtifactMetadata metadata) -
Method Summary
Methods inherited from class org.eclipse.aether.metadata.AbstractMetadata
copyProperties, equals, getProperty, hashCode, setFile, setProperties, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.aether.metadata.Metadata
getProperty, setFile, setProperties
-
Field Details
-
metadata
private org.apache.maven.artifact.metadata.ArtifactMetadata metadata
-
-
Constructor Details
-
Maven31MetadataBridge
public Maven31MetadataBridge(org.apache.maven.artifact.metadata.ArtifactMetadata metadata)
-
-
Method Details
-
getGroupId
- Specified by:
getGroupIdin interfaceorg.eclipse.aether.metadata.Metadata
-
getArtifactId
- Specified by:
getArtifactIdin interfaceorg.eclipse.aether.metadata.Metadata
-
getVersion
- Specified by:
getVersionin interfaceorg.eclipse.aether.metadata.Metadata
-
getType
- Specified by:
getTypein interfaceorg.eclipse.aether.metadata.Metadata
-
emptify
-
getFile
- Specified by:
getFilein interfaceorg.eclipse.aether.metadata.Metadata
-
getNature
public org.eclipse.aether.metadata.Metadata.Nature getNature()- Specified by:
getNaturein interfaceorg.eclipse.aether.metadata.Metadata
-
getProperties
- Specified by:
getPropertiesin interfaceorg.eclipse.aether.metadata.Metadata
-