public interface UpdateCheckManager
Modifier and Type | Method and Description |
---|---|
void |
checkArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
Checks whether an artifact has to be updated from a remote repository.
|
void |
checkMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check)
Checks whether metadata has to be updated from a remote repository.
|
void |
touchArtifact(RepositorySystemSession session,
UpdateCheck<Artifact,ArtifactTransferException> check)
Updates the timestamp for the artifact contained in the update check.
|
void |
touchMetadata(RepositorySystemSession session,
UpdateCheck<Metadata,MetadataTransferException> check)
Updates the timestamp for the metadata contained in the update check.
|
void checkArtifact(RepositorySystemSession session, UpdateCheck<Artifact,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(RepositorySystemSession session, UpdateCheck<Artifact,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(RepositorySystemSession session, UpdateCheck<Metadata,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(RepositorySystemSession session, UpdateCheck<Metadata,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–2018 The Apache Software Foundation. All rights reserved.