Uses of Class
org.eclipse.aether.impl.UpdateCheck

Packages that use UpdateCheck
Package
Description
The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
  • Uses of UpdateCheck in org.eclipse.aether.impl

    Methods in org.eclipse.aether.impl that return UpdateCheck
    Modifier and Type
    Method
    Description
    UpdateCheck.setAuthoritativeRepository(org.eclipse.aether.repository.RemoteRepository authoritativeRepository)
    Sets the repository which ultimately hosts the metadata to update.
    UpdateCheck.setException(E exception)
    Sets the exception for this update check.
    UpdateCheck.setFile(File file)
    Sets the local file of the item.
    UpdateCheck.setFileValid(boolean fileValid)
    Controls whether the local file given by getFile(), if existent, should be considered valid or not.
    UpdateCheck.setItem(T item)
    Sets the item of the check.
    UpdateCheck.setLocalLastUpdated(long localLastUpdated)
    Sets the last-modified timestamp of the corresponding item produced by a local installation.
    UpdateCheck.setPolicy(String policy)
    Sets the policy to use for the check.
    UpdateCheck.setRepository(org.eclipse.aether.repository.RemoteRepository repository)
    Sets the repository from which a potential update/download will performed.
    UpdateCheck.setRequired(boolean required)
    Sets the result of an update check.
    Methods in org.eclipse.aether.impl with parameters of type UpdateCheck
    Modifier and Type
    Method
    Description
    void
    UpdateCheckManager.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
    UpdateCheckManager.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
    UpdateCheckManager.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
    UpdateCheckManager.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.
  • Uses of UpdateCheck in org.eclipse.aether.internal.impl

    Methods in org.eclipse.aether.internal.impl with parameters of type UpdateCheck
    Modifier and Type
    Method
    Description
    void
    DefaultUpdateCheckManager.checkArtifact(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
     
    void
    DefaultUpdateCheckManager.checkMetadata(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)
     
    void
    DefaultUpdateCheckManager.touchArtifact(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.artifact.Artifact,org.eclipse.aether.transfer.ArtifactTransferException> check)
     
    void
    DefaultUpdateCheckManager.touchMetadata(org.eclipse.aether.RepositorySystemSession session, UpdateCheck<org.eclipse.aether.metadata.Metadata,org.eclipse.aether.transfer.MetadataTransferException> check)