public interface UpdateCheckManager
Modifier and Type | Method and Description |
---|---|
void |
checkArtifact(org.eclipse.aether.RepositorySystemSession session,
UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
Checks whether an artifact has to be updated from a remote repository.
|
void |
checkMetadata(org.eclipse.aether.RepositorySystemSession session,
UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)
Checks whether metadata has to be updated from a remote repository.
|
void |
touchArtifact(org.eclipse.aether.RepositorySystemSession session,
UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
Updates the timestamp for the artifact contained in the update check.
|
void |
touchMetadata(org.eclipse.aether.RepositorySystemSession session,
UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)
Updates the timestamp for the metadata contained in the update check.
|
void checkArtifact(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
session
- The repository system session during which the request is made, must not be null
.check
- The update check request, must not be null
.void touchArtifact(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
session
- The repository system session during which the request is made, must not be null
.check
- The update check request, must not be null
.void checkMetadata(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)
session
- The repository system session during which the request is made, must not be null
.check
- The update check request, must not be null
.void touchMetadata(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)
session
- The repository system session during which the request is made, must not be null
.check
- The update check request, must not be null
.Copyright © 2010–2019 The Apache Software Foundation. All rights reserved.