Class MetadataBridge
java.lang.Object
org.eclipse.aether.metadata.AbstractMetadata
org.apache.maven.artifact.repository.metadata.MetadataBridge
- All Implemented Interfaces:
- org.eclipse.aether.metadata.MergeableMetadata,- org.eclipse.aether.metadata.Metadata
public final class MetadataBridge
extends org.eclipse.aether.metadata.AbstractMetadata
implements org.eclipse.aether.metadata.MergeableMetadata
Warning: This is an internal utility class that is only public for technical reasons, it is not part
 of the public API. In particular, this class can be changed or deleted without prior notice.
- Author:
- Benjamin Bentmann
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.eclipse.aether.metadata.Metadataorg.eclipse.aether.metadata.Metadata.Nature
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.eclipse.aether.metadata.AbstractMetadatacopyProperties, equals, getProperty, hashCode, toStringMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.aether.metadata.MetadatagetProperty
- 
Constructor Details- 
MetadataBridge
 
- 
- 
Method Details- 
merge- Specified by:
- mergein interface- org.eclipse.aether.metadata.MergeableMetadata
- Throws:
- org.eclipse.aether.RepositoryException
 
- 
isMergedpublic boolean isMerged()- Specified by:
- isMergedin interface- org.eclipse.aether.metadata.MergeableMetadata
 
- 
getGroupId- Specified by:
- getGroupIdin interface- org.eclipse.aether.metadata.Metadata
 
- 
getArtifactId- Specified by:
- getArtifactIdin interface- org.eclipse.aether.metadata.Metadata
 
- 
getVersion- Specified by:
- getVersionin interface- org.eclipse.aether.metadata.Metadata
 
- 
getType- Specified by:
- getTypein interface- org.eclipse.aether.metadata.Metadata
 
- 
getFile- Specified by:
- getFilein interface- org.eclipse.aether.metadata.Metadata
 
- 
setFile- Specified by:
- setFilein interface- org.eclipse.aether.metadata.Metadata
- Overrides:
- setFilein class- org.eclipse.aether.metadata.AbstractMetadata
 
- 
getNaturepublic org.eclipse.aether.metadata.Metadata.Nature getNature()- Specified by:
- getNaturein interface- org.eclipse.aether.metadata.Metadata
 
- 
getProperties- Specified by:
- getPropertiesin interface- org.eclipse.aether.metadata.Metadata
 
- 
setProperties- Specified by:
- setPropertiesin interface- org.eclipse.aether.metadata.Metadata
- Overrides:
- setPropertiesin class- org.eclipse.aether.metadata.AbstractMetadata
 
 
-