Index

A B C E G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form

A

artifactId(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
artifactId(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
 

B

build() - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
build() - Method in class org.apache.maven.api.metadata.Plugin.Builder
 
build() - Method in class org.apache.maven.api.metadata.Snapshot.Builder
 
build() - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
 
build() - Method in class org.apache.maven.api.metadata.Versioning.Builder
 
buildNumber(int) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
 

C

classifier(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
 

E

equals(Object) - Method in class org.apache.maven.api.metadata.SnapshotVersion
 
extension(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
 

G

getArtifactId() - Method in class org.apache.maven.api.metadata.Metadata
The artifactId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
getArtifactId() - Method in class org.apache.maven.api.metadata.Plugin
The plugin artifactId
getBuildNumber() - Method in class org.apache.maven.api.metadata.Snapshot
The incremental build number
getClassifier() - Method in class org.apache.maven.api.metadata.SnapshotVersion
The classifier of the sub-artifact.
getExtension() - Method in class org.apache.maven.api.metadata.SnapshotVersion
The file extension of the sub-artifact.
getGroupId() - Method in class org.apache.maven.api.metadata.Metadata
The groupId when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
getLastUpdated() - Method in class org.apache.maven.api.metadata.Versioning
When the metadata was last updated (both "groupId/artifactId" and "groupId/artifactId/version" directories).
getLatest() - Method in class org.apache.maven.api.metadata.Versioning
What the last version added to the directory is, including both releases and snapshots ("groupId/artifactId" directory only)
getModelEncoding() - Method in class org.apache.maven.api.metadata.Metadata
 
getModelVersion() - Method in class org.apache.maven.api.metadata.Metadata
The version of the underlying metadata model.
getName() - Method in class org.apache.maven.api.metadata.Plugin
Display name for the plugin.
getNamespaceUri() - Method in class org.apache.maven.api.metadata.Metadata
 
getPlugins() - Method in class org.apache.maven.api.metadata.Metadata
The set of plugins when this directory represents a "groupId".
getPrefix() - Method in class org.apache.maven.api.metadata.Plugin
The plugin invocation prefix (i.e.
getRelease() - Method in class org.apache.maven.api.metadata.Versioning
What the last version added to the directory is, for the releases only ("groupId/artifactId" directory only)
getSnapshot() - Method in class org.apache.maven.api.metadata.Versioning
The current snapshot data in use for this version ("groupId/artifactId/version" only)
getSnapshotVersions() - Method in class org.apache.maven.api.metadata.Versioning
Information for each sub-artifact available in this artifact snapshot.
getTimestamp() - Method in class org.apache.maven.api.metadata.Snapshot
The timestamp when this version was deployed.
getUpdated() - Method in class org.apache.maven.api.metadata.SnapshotVersion
The timestamp when this version information was last updated.
getVersion() - Method in class org.apache.maven.api.metadata.Metadata
The base version (i.e.
getVersion() - Method in class org.apache.maven.api.metadata.SnapshotVersion
The resolved snapshot version of the sub-artifact.
getVersioning() - Method in class org.apache.maven.api.metadata.Metadata
Versioning information when this directory represents "groupId/artifactId" or "groupId/artifactId/version".
getVersions() - Method in class org.apache.maven.api.metadata.Versioning
Versions available of the artifact (both releases and snapshots) ("groupId/artifactId" directory only)
groupId(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 

H

hashCode() - Method in class org.apache.maven.api.metadata.SnapshotVersion
 

I

isLocalCopy() - Method in class org.apache.maven.api.metadata.Snapshot
Whether to use a local copy instead (with filename that includes the base version)

L

lastUpdated(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 
latest(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 
localCopy(boolean) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
 

M

Metadata - Class in org.apache.maven.api.metadata
 
Metadata.Builder - Class in org.apache.maven.api.metadata
Builder class used to create Metadata instances.
modelEncoding(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
modelVersion(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 

N

name(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
 
namespaceUri(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
newBuilder() - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata builder instance.
newBuilder() - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin builder instance.
newBuilder() - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot builder instance.
newBuilder() - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion builder instance.
newBuilder() - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning builder instance.
newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion builder instance using default values or not.
newBuilder(boolean) - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning builder instance using default values or not.
newBuilder(Metadata) - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata builder instance using the specified object as a basis.
newBuilder(Metadata, boolean) - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata builder instance using the specified object as a basis.
newBuilder(Plugin) - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin builder instance using the specified object as a basis.
newBuilder(Plugin, boolean) - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin builder instance using the specified object as a basis.
newBuilder(Snapshot) - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot builder instance using the specified object as a basis.
newBuilder(Snapshot, boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot builder instance using the specified object as a basis.
newBuilder(SnapshotVersion) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion builder instance using the specified object as a basis.
newBuilder(SnapshotVersion, boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion builder instance using the specified object as a basis.
newBuilder(Versioning) - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning builder instance using the specified object as a basis.
newBuilder(Versioning, boolean) - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning builder instance using the specified object as a basis.
newInstance() - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance.
newInstance() - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin instance.
newInstance() - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot instance.
newInstance() - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance.
newInstance() - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance.
newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance using default values or not.
newInstance(boolean) - Static method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using default values or not.

O

org.apache.maven.api.metadata - package org.apache.maven.api.metadata
Maven Repository Metadata model.

P

Plugin - Class in org.apache.maven.api.metadata
Mapping information for a single plugin within this group.
Plugin.Builder - Class in org.apache.maven.api.metadata
Builder class used to create Plugin instances.
plugins(Collection<Plugin>) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
prefix(String) - Method in class org.apache.maven.api.metadata.Plugin.Builder
 

R

release(String) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 

S

snapshot(Snapshot) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 
Snapshot - Class in org.apache.maven.api.metadata
Snapshot data for the last artifact corresponding to the SNAPSHOT base version
Snapshot.Builder - Class in org.apache.maven.api.metadata
Builder class used to create Snapshot instances.
SnapshotVersion - Class in org.apache.maven.api.metadata
Versioning information for a sub-artifact of the current snapshot artifact.
SnapshotVersion.Builder - Class in org.apache.maven.api.metadata
Builder class used to create SnapshotVersion instances.
snapshotVersions(Collection<SnapshotVersion>) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 

T

timestamp(String) - Method in class org.apache.maven.api.metadata.Snapshot.Builder
 

U

updated(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
 

V

version(String) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
version(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion.Builder
 
versioning(Versioning) - Method in class org.apache.maven.api.metadata.Metadata.Builder
 
Versioning - Class in org.apache.maven.api.metadata
Versioning information for "groupId/artifactId" or "groupId/artifactId/version" SNAPSHOT
Versioning.Builder - Class in org.apache.maven.api.metadata
Builder class used to create Versioning instances.
versions(Collection<String>) - Method in class org.apache.maven.api.metadata.Versioning.Builder
 

W

with() - Method in class org.apache.maven.api.metadata.Metadata
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.api.metadata.Plugin
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.api.metadata.Snapshot
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new builder with this object as the basis.
with() - Method in class org.apache.maven.api.metadata.Versioning
Creates a new builder with this object as the basis.
withArtifactId(String) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified artifactId.
withArtifactId(String) - Method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin instance using the specified artifactId.
withBuildNumber(int) - Method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot instance using the specified buildNumber.
withClassifier(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance using the specified classifier.
withExtension(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance using the specified extension.
withGroupId(String) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified groupId.
withLastUpdated(String) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified lastUpdated.
withLatest(String) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified latest.
withLocalCopy(boolean) - Method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot instance using the specified localCopy.
withModelVersion(String) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified modelVersion.
withName(String) - Method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin instance using the specified name.
withPlugins(Collection<Plugin>) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified plugins.
withPrefix(String) - Method in class org.apache.maven.api.metadata.Plugin
Creates a new Plugin instance using the specified prefix.
withRelease(String) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified release.
withSnapshot(Snapshot) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified snapshot.
withSnapshotVersions(Collection<SnapshotVersion>) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified snapshotVersions.
withTimestamp(String) - Method in class org.apache.maven.api.metadata.Snapshot
Creates a new Snapshot instance using the specified timestamp.
withUpdated(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance using the specified updated.
withVersion(String) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified version.
withVersion(String) - Method in class org.apache.maven.api.metadata.SnapshotVersion
Creates a new SnapshotVersion instance using the specified version.
withVersioning(Versioning) - Method in class org.apache.maven.api.metadata.Metadata
Creates a new Metadata instance using the specified versioning.
withVersions(Collection<String>) - Method in class org.apache.maven.api.metadata.Versioning
Creates a new Versioning instance using the specified versions.
A B C E G H I L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Serialized Form