Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactMetadata
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryMetadata
Describes repository directory metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRepositoryMetadata
Shared methods of the repository metadata handling.
|
class |
ArtifactRepositoryMetadata
Metadata for the artifact directory of the repository.
|
class |
GroupRepositoryMetadata
Metadata for the group directory of the repository.
|
class |
SnapshotArtifactRepositoryMetadata
Metadata for the artifact version directory of the repository.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryMetadata.merge(ArtifactMetadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
ProjectArtifactMetadata
Attach a POM to an artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectArtifactMetadata.merge(ArtifactMetadata metadata) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactMetadata
Common elements of artifact metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactMetadata.merge(ArtifactMetadata metadata)
Merge a new metadata set into this piece of metadata.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.