| Package | Description |
|---|---|
| org.eclipse.aether.impl |
The provisional interfaces defining the various sub components that implement the repository system.
|
| org.eclipse.aether.internal.impl |
The various sub components that collectively implement the repository system.
|
| Modifier and Type | Method | Description |
|---|---|---|
UpdateCheck<T,E> |
UpdateCheck.setAuthoritativeRepository(org.eclipse.aether.repository.RemoteRepository authoritativeRepository) |
Sets the repository which ultimately hosts the metadata to update.
|
UpdateCheck<T,E> |
UpdateCheck.setException(E exception) |
Sets the exception for this update check.
|
UpdateCheck<T,E> |
UpdateCheck.setFile(java.io.File file) |
Sets the local file of the item.
|
UpdateCheck<T,E> |
UpdateCheck.setFileValid(boolean fileValid) |
Controls whether the local file given by
getFile(), if existent, should be considered valid or not. |
UpdateCheck<T,E> |
UpdateCheck.setItem(T item) |
Sets the item of the check.
|
UpdateCheck<T,E> |
UpdateCheck.setLocalLastUpdated(long localLastUpdated) |
Sets the last-modified timestamp of the corresponding item produced by a local installation.
|
UpdateCheck<T,E> |
UpdateCheck.setPolicy(java.lang.String policy) |
Sets the policy to use for the check.
|
UpdateCheck<T,E> |
UpdateCheck.setRepository(org.eclipse.aether.repository.RemoteRepository repository) |
Sets the repository from which a potential update/download will performed.
|
UpdateCheck<T,E> |
UpdateCheck.setRequired(boolean required) |
Sets the result of an update check.
|
| 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.
|
| 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) |