- getAddDefaultEntities() - Method in class org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader
-
Returns the state of the "add default entities" flag.
- getArtifactId() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get the artifactId that this directory represents, if any.
- getArtifactId() - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Get the plugin artifactId.
- getBuildNumber() - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Get the incremental build number.
- getClassifier() - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Get the classifier of the sub-artifact.
- getExtension() - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Get the file extension of thesub-artifact.
- getGroupId() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get the groupId that this directory represents, if any.
- getLastUpdated() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Get when the metadata was last updated.
- getLatest() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Get what the latest version in the directory is, including
snapshots.
- getModelEncoding() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get the modelEncoding field.
- getModelVersion() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get the version of the underlying metadata model.
- getName() - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Get display name for the plugin.
- getPlugins() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Method getPlugins.
- getPrefix() - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Get the plugin invocation prefix (i.e.
- getRelease() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Get what the latest version in the directory is, of the
releases only.
- getSnapshot() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Get the current snapshot data in use for this version
(artifact snapshots only).
- getSnapshotVersions() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Method getSnapshotVersions.
- getTimestamp() - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Get the time it was deployed.
- getUpdated() - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Get the timestamp when this version information was last
updated.
- getVersion() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get the version that this directory represents, if any.
- getVersion() - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Get the resolved snapshot version of the sub-artifact.
- getVersioning() - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Get versioning information for the artifact.
- getVersions() - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Method getVersions.
- setAddDefaultEntities(boolean) - Method in class org.apache.maven.artifact.repository.metadata.io.xpp3.MetadataXpp3Reader
-
Sets the state of the "add default entities" flag.
- setArtifactId(String) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the artifactId that this directory represents, if any.
- setArtifactId(String) - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Set the plugin artifactId.
- setBuildNumber(int) - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Set the incremental build number.
- setClassifier(String) - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Set the classifier of the sub-artifact.
- setExtension(String) - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Set the file extension of thesub-artifact.
- setGroupId(String) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the groupId that this directory represents, if any.
- setLastUpdated(String) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set when the metadata was last updated.
- setLastUpdatedTimestamp(Date) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
- setLatest(String) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set what the latest version in the directory is, including
snapshots.
- setLocalCopy(boolean) - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Set whether to use a local copy instead (with filename that
includes the base version).
- setModelEncoding(String) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the modelEncoding field.
- setModelVersion(String) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the version of the underlying metadata model.
- setName(String) - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Set display name for the plugin.
- setPlugins(List<Plugin>) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the set of plugin mappings for the group represented by
this directory.
- setPrefix(String) - Method in class org.apache.maven.artifact.repository.metadata.Plugin
-
Set the plugin invocation prefix (i.e.
- setRelease(String) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set what the latest version in the directory is, of the
releases only.
- setSnapshot(Snapshot) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set the current snapshot data in use for this version
(artifact snapshots only).
- setSnapshotVersions(List<SnapshotVersion>) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set information for each sub-artifact available in this
artifact snapshot.
- setTimestamp(String) - Method in class org.apache.maven.artifact.repository.metadata.Snapshot
-
Set the time it was deployed.
- setUpdated(String) - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Set the timestamp when this version information was last
updated.
- setVersion(String) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set the version that this directory represents, if any.
- setVersion(String) - Method in class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-
Set the resolved snapshot version of the sub-artifact.
- setVersioning(Versioning) - Method in class org.apache.maven.artifact.repository.metadata.Metadata
-
Set versioning information for the artifact.
- setVersions(List<String>) - Method in class org.apache.maven.artifact.repository.metadata.Versioning
-
Set versions available of the artifact (both releases and
snapshots).
- Snapshot - Class in org.apache.maven.artifact.repository.metadata
-
Snapshot data for the current artifact version.
- Snapshot() - Constructor for class org.apache.maven.artifact.repository.metadata.Snapshot
-
- SnapshotVersion - Class in org.apache.maven.artifact.repository.metadata
-
Versioning information for a sub-artifact of the current
snapshot artifact.
- SnapshotVersion() - Constructor for class org.apache.maven.artifact.repository.metadata.SnapshotVersion
-