Uses of Interface
org.eclipse.aether.metadata.Metadata
-
Packages that use Metadata Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality.org.eclipse.aether.deployment The types supporting the publishing of artifacts to a remote repository.org.eclipse.aether.impl The provisional interfaces defining the various sub components that implement the repository system.org.eclipse.aether.installation The types supporting the publishing of artifacts to a local repository.org.eclipse.aether.internal.impl The various sub components that collectively implement the repository system.org.eclipse.aether.internal.test.util Utility classes to ease unit testing.org.eclipse.aether.metadata The definition of metadata, that is an auxiliary entity managed by the repository system to locate artifacts.org.eclipse.aether.repository The definition of various kinds of repositories that host artifacts.org.eclipse.aether.resolution The types supporting the resolution of artifacts and metadata from repositories.org.eclipse.aether.spi.connector The contract to access artifacts/metadata in remote repositories.org.eclipse.aether.spi.connector.layout The contract to locate URI-based resources using custom repository layouts.org.eclipse.aether.transfer A listener and various exception types dealing with the transfer of a resource between the local system and a remote repository.org.eclipse.aether.util.repository Ready-to-use selectors for authentication, proxies and mirrors and a few other repository related utilities. -
-
Uses of Metadata in org.eclipse.aether
Fields in org.eclipse.aether declared as Metadata Modifier and Type Field Description (package private) MetadataRepositoryEvent.Builder. metadataprivate MetadataRepositoryEvent. metadataMethods in org.eclipse.aether that return Metadata Modifier and Type Method Description MetadataRepositoryEvent. getMetadata()Gets the metadata involved in the event (if any).Methods in org.eclipse.aether with parameters of type Metadata Modifier and Type Method Description RepositoryEvent.BuilderRepositoryEvent.Builder. setMetadata(Metadata metadata)Sets the metadata involved in the event. -
Uses of Metadata in org.eclipse.aether.deployment
Fields in org.eclipse.aether.deployment with type parameters of type Metadata Modifier and Type Field Description private java.util.Collection<Metadata>DeployRequest. metadataprivate java.util.Collection<Metadata>DeployResult. metadataMethods in org.eclipse.aether.deployment that return types with arguments of type Metadata Modifier and Type Method Description java.util.Collection<Metadata>DeployRequest. getMetadata()Gets the metadata to deploy.java.util.Collection<Metadata>DeployResult. getMetadata()Gets the metadata that got deployed.Methods in org.eclipse.aether.deployment with parameters of type Metadata Modifier and Type Method Description DeployRequestDeployRequest. addMetadata(Metadata metadata)Adds the specified metadata for deployment.DeployResultDeployResult. addMetadata(Metadata metadata)Adds the specified metadata to this result.Method parameters in org.eclipse.aether.deployment with type arguments of type Metadata Modifier and Type Method Description DeployRequestDeployRequest. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata to deploy.DeployResultDeployResult. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata that got deployed. -
Uses of Metadata in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl that return types with arguments of type Metadata Modifier and Type Method Description java.util.Collection<? extends Metadata>MetadataGenerator. finish(java.util.Collection<? extends Artifact> artifacts)Allows for metadata generation based on the transformed artifacts.java.util.Collection<? extends Metadata>MetadataGenerator. prepare(java.util.Collection<? extends Artifact> artifacts)Prepares the generator to transform artifacts.Method parameters in org.eclipse.aether.impl with type arguments of type Metadata Modifier and Type Method Description voidUpdateCheckManager. checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)Checks whether metadata has to be updated from a remote repository.voidUpdateCheckManager. touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)Updates the timestamp for the metadata contained in the update check. -
Uses of Metadata in org.eclipse.aether.installation
Fields in org.eclipse.aether.installation with type parameters of type Metadata Modifier and Type Field Description private java.util.Collection<Metadata>InstallRequest. metadataprivate java.util.Collection<Metadata>InstallResult. metadataMethods in org.eclipse.aether.installation that return types with arguments of type Metadata Modifier and Type Method Description java.util.Collection<Metadata>InstallRequest. getMetadata()Gets the metadata to install.java.util.Collection<Metadata>InstallResult. getMetadata()Gets the metadata that got installed.Methods in org.eclipse.aether.installation with parameters of type Metadata Modifier and Type Method Description InstallRequestInstallRequest. addMetadata(Metadata metadata)Adds the specified metadata for installation.InstallResultInstallResult. addMetadata(Metadata metadata)Adds the specified metadata to this result.Method parameters in org.eclipse.aether.installation with type arguments of type Metadata Modifier and Type Method Description InstallRequestInstallRequest. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata to install.InstallResultInstallResult. setMetadata(java.util.Collection<Metadata> metadata)Sets the metadata that got installed. -
Uses of Metadata in org.eclipse.aether.internal.impl
Fields in org.eclipse.aether.internal.impl with type parameters of type Metadata Modifier and Type Field Description (package private) java.util.List<UpdateCheck<Metadata,MetadataTransferException>>DefaultMetadataResolver.ResolveTask. checksMethods in org.eclipse.aether.internal.impl that return types with arguments of type Metadata Modifier and Type Method Description static java.util.List<Metadata>Utils. finishMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends Artifact> artifacts)static java.util.List<Metadata>Utils. prepareMetadata(java.util.List<? extends MetadataGenerator> generators, java.util.List<? extends Artifact> artifacts)Methods in org.eclipse.aether.internal.impl with parameters of type Metadata Modifier and Type Method Description java.util.List<RepositoryLayout.Checksum>Maven2RepositoryLayoutFactory.Maven2RepositoryLayout. getChecksums(Metadata metadata, boolean upload, java.net.URI location)private java.lang.StringDefaultUpdateCheckManager. getDataKey(Metadata metadata, java.io.File metadataFile, RemoteRepository repository)private java.io.FileDefaultMetadataResolver. getLocalFile(RepositorySystemSession session, Metadata metadata)java.net.URIMaven2RepositoryLayoutFactory.Maven2RepositoryLayout. getLocation(Metadata metadata, boolean upload)private java.lang.StringSimpleLocalRepositoryManager. getPath(Metadata metadata, java.lang.String repositoryKey)java.lang.StringSimpleLocalRepositoryManager. getPathForLocalMetadata(Metadata metadata)java.lang.StringSimpleLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)static intUtils. getPolicy(RepositorySystemSession session, Metadata metadata, RemoteRepository repository)private java.io.FileDefaultUpdateCheckManager. getTouchFile(Metadata metadata, java.io.File metadataFile)private java.lang.StringDefaultUpdateCheckManager. getTransferKey(RepositorySystemSession session, Metadata metadata, java.io.File metadataFile, RemoteRepository repository)private voidDefaultInstaller. install(RepositorySystemSession session, RequestTrace trace, Metadata metadata)voidDefaultDeployer.EventCatapult. metadataDeployed(Metadata metadata, java.io.File file, java.lang.Exception exception)voidDefaultDeployer.EventCatapult. metadataDeploying(Metadata metadata, java.io.File file)private voidDefaultMetadataResolver. metadataDownloaded(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, java.io.File file, java.lang.Exception exception)private voidDefaultMetadataResolver. metadataDownloading(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository)private voidDefaultInstaller. metadataInstalled(RepositorySystemSession session, RequestTrace trace, Metadata metadata, java.io.File dstFile, java.lang.Exception exception)private voidDefaultInstaller. metadataInstalling(RepositorySystemSession session, RequestTrace trace, Metadata metadata, java.io.File dstFile)private voidDefaultMetadataResolver. metadataResolved(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository, java.lang.Exception exception)private voidDefaultMetadataResolver. metadataResolving(RepositorySystemSession session, RequestTrace trace, Metadata metadata, ArtifactRepository repository)private MetadataTransferExceptionDefaultUpdateCheckManager. newException(java.lang.String error, Metadata metadata, RemoteRepository repository)private voidDefaultDeployer. upload(java.util.Collection<MetadataUpload> metadataUploads, RepositorySystemSession session, Metadata metadata, RemoteRepository repository, RepositoryConnector connector, DefaultDeployer.EventCatapult catapult)Method parameters in org.eclipse.aether.internal.impl with type arguments of type Metadata Modifier and Type Method Description voidDefaultUpdateCheckManager. checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)voidDefaultUpdateCheckManager. touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)Constructor parameters in org.eclipse.aether.internal.impl with type arguments of type Metadata Constructor Description ResolveTask(RepositorySystemSession session, RequestTrace trace, MetadataResult result, java.io.File metadataFile, java.util.List<UpdateCheck<Metadata,MetadataTransferException>> checks, java.lang.String policy) -
Uses of Metadata in org.eclipse.aether.internal.test.util
Fields in org.eclipse.aether.internal.test.util with type parameters of type Metadata Modifier and Type Field Description private java.util.Set<Metadata>TestLocalRepositoryManager. metadataRegistrationsMethods in org.eclipse.aether.internal.test.util that return types with arguments of type Metadata Modifier and Type Method Description java.util.Set<Metadata>TestLocalRepositoryManager. getMetadataRegistration()Methods in org.eclipse.aether.internal.test.util with parameters of type Metadata Modifier and Type Method Description java.lang.StringTestLocalRepositoryManager. getPathForLocalMetadata(Metadata metadata)java.lang.StringTestLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context) -
Uses of Metadata in org.eclipse.aether.metadata
Subinterfaces of Metadata in org.eclipse.aether.metadata Modifier and Type Interface Description interfaceMergeableMetadataA piece of metadata that needs to be merged with any current metadata before installation/deployment.Classes in org.eclipse.aether.metadata that implement Metadata Modifier and Type Class Description classAbstractMetadataA skeleton class for metadata.classDefaultMetadataA basic metadata instance.Methods in org.eclipse.aether.metadata that return Metadata Modifier and Type Method Description private MetadataAbstractMetadata. newInstance(java.util.Map<java.lang.String,java.lang.String> properties, java.io.File file)MetadataAbstractMetadata. setFile(java.io.File file)MetadataMetadata. setFile(java.io.File file)Sets the file of the metadata.MetadataAbstractMetadata. setProperties(java.util.Map<java.lang.String,java.lang.String> properties)MetadataMetadata. setProperties(java.util.Map<java.lang.String,java.lang.String> properties)Sets the properties for the metadata. -
Uses of Metadata in org.eclipse.aether.repository
Fields in org.eclipse.aether.repository declared as Metadata Modifier and Type Field Description private MetadataLocalMetadataRegistration. metadataprivate MetadataLocalMetadataRequest. metadataMethods in org.eclipse.aether.repository that return Metadata Modifier and Type Method Description MetadataLocalMetadataRegistration. getMetadata()Gets the metadata to register.MetadataLocalMetadataRequest. getMetadata()Gets the metadata to query for.Methods in org.eclipse.aether.repository with parameters of type Metadata Modifier and Type Method Description java.lang.StringLocalRepositoryManager. getPathForLocalMetadata(Metadata metadata)Gets the relative path for locally installed metadata.java.lang.StringLocalRepositoryManager. getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)Gets the relative path for metadata cached from a remote repository.LocalMetadataRegistrationLocalMetadataRegistration. setMetadata(Metadata metadata)Sets the metadata to register.LocalMetadataRequestLocalMetadataRequest. setMetadata(Metadata metadata)Sets the metadata to query for.Constructors in org.eclipse.aether.repository with parameters of type Metadata Constructor Description LocalMetadataRegistration(Metadata metadata)Creates a registration request for the specified metadata accompanying a locally installed artifact.LocalMetadataRegistration(Metadata metadata, RemoteRepository repository, java.util.Collection<java.lang.String> contexts)Creates a registration request for the specified metadata.LocalMetadataRequest(Metadata metadata, RemoteRepository repository, java.lang.String context)Creates a query with the specified properties. -
Uses of Metadata in org.eclipse.aether.resolution
Fields in org.eclipse.aether.resolution declared as Metadata Modifier and Type Field Description private MetadataMetadataRequest. metadataprivate MetadataMetadataResult. metadataMethods in org.eclipse.aether.resolution that return Metadata Modifier and Type Method Description MetadataMetadataRequest. getMetadata()Gets the metadata to resolve.MetadataMetadataResult. getMetadata()Gets the resolved metadata (if any).Methods in org.eclipse.aether.resolution with parameters of type Metadata Modifier and Type Method Description MetadataRequestMetadataRequest. setMetadata(Metadata metadata)Sets the metadata to resolve.MetadataResultMetadataResult. setMetadata(Metadata metadata)Sets the resolved metadata.Method parameters in org.eclipse.aether.resolution with type arguments of type Metadata Modifier and Type Method Description intResolutionErrorPolicy. getMetadataPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request)Gets the error policy for some metadata.Constructors in org.eclipse.aether.resolution with parameters of type Metadata Constructor Description MetadataRequest(Metadata metadata)Creates a request to resolve the specified metadata from the local repository.MetadataRequest(Metadata metadata, RemoteRepository repository, java.lang.String context)Creates a request with the specified properties. -
Uses of Metadata in org.eclipse.aether.spi.connector
Fields in org.eclipse.aether.spi.connector declared as Metadata Modifier and Type Field Description private MetadataMetadataTransfer. metadataMethods in org.eclipse.aether.spi.connector that return Metadata Modifier and Type Method Description MetadataMetadataTransfer. getMetadata()Gets the metadata being transferred.Methods in org.eclipse.aether.spi.connector with parameters of type Metadata Modifier and Type Method Description MetadataDownloadMetadataDownload. setMetadata(Metadata metadata)MetadataTransferMetadataTransfer. setMetadata(Metadata metadata)Sets the metadata to transfer.MetadataUploadMetadataUpload. setMetadata(Metadata metadata)Constructors in org.eclipse.aether.spi.connector with parameters of type Metadata Constructor Description MetadataDownload(Metadata metadata, java.lang.String context, java.io.File file, java.lang.String checksumPolicy)Creates a new download with the specified properties.MetadataUpload(Metadata metadata, java.io.File file)Creates a new upload with the specified properties. -
Uses of Metadata in org.eclipse.aether.spi.connector.layout
Methods in org.eclipse.aether.spi.connector.layout with parameters of type Metadata Modifier and Type Method Description java.util.List<RepositoryLayout.Checksum>RepositoryLayout. getChecksums(Metadata metadata, boolean upload, java.net.URI location)Gets the checksums files that a remote repository keeps to help detect data corruption during transfers of the specified metadata.java.net.URIRepositoryLayout. getLocation(Metadata metadata, boolean upload)Gets the location within a remote repository where the specified metadata resides. -
Uses of Metadata in org.eclipse.aether.transfer
Fields in org.eclipse.aether.transfer declared as Metadata Modifier and Type Field Description private MetadataMetadataTransferException. metadataMethods in org.eclipse.aether.transfer that return Metadata Modifier and Type Method Description MetadataMetadataTransferException. getMetadata()Gets the metadata that could not be transferred.Constructors in org.eclipse.aether.transfer with parameters of type Metadata Constructor Description MetadataNotFoundException(Metadata metadata, LocalRepository repository)Creates a new exception with the specified metadata and local repository.MetadataNotFoundException(Metadata metadata, RemoteRepository repository)Creates a new exception with the specified metadata and repository.MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified metadata, repository and detail message.MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message)Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message, boolean fromCache)Creates a new exception with the specified metadata, repository and detail message.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message, java.lang.Throwable cause)Creates a new exception with the specified metadata, repository, detail message and cause.MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.Throwable cause)Creates a new exception with the specified metadata, repository and cause. -
Uses of Metadata in org.eclipse.aether.util.repository
Method parameters in org.eclipse.aether.util.repository with type arguments of type Metadata Modifier and Type Method Description intSimpleResolutionErrorPolicy. getMetadataPolicy(RepositorySystemSession session, ResolutionErrorPolicyRequest<Metadata> request)
-