Uses of Interface
org.sonatype.aether.metadata.Metadata

Packages that use Metadata
org.sonatype.aether   
org.sonatype.aether.deployment   
org.sonatype.aether.impl   
org.sonatype.aether.impl.internal   
org.sonatype.aether.installation   
org.sonatype.aether.metadata   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.spi.connector   
org.sonatype.aether.test.impl   
org.sonatype.aether.test.util.impl   
org.sonatype.aether.transfer   
org.sonatype.aether.util.layout   
org.sonatype.aether.util.listener   
org.sonatype.aether.util.metadata   
 

Uses of Metadata in org.sonatype.aether
 

Methods in org.sonatype.aether that return Metadata
 Metadata RepositoryEvent.getMetadata()
           
 

Uses of Metadata in org.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return types with arguments of type Metadata
 java.util.Collection<Metadata> DeployResult.getMetadata()
          Gets the metadata that got deployed.
 java.util.Collection<Metadata> DeployRequest.getMetadata()
          Gets the metadata to deploy.
 

Methods in org.sonatype.aether.deployment with parameters of type Metadata
 DeployResult DeployResult.addMetadata(Metadata metadata)
          Adds the specified metadata to this result.
 DeployRequest DeployRequest.addMetadata(Metadata metadata)
          Adds the specified metadata for deployment.
 

Method parameters in org.sonatype.aether.deployment with type arguments of type Metadata
 DeployResult DeployResult.setMetadata(java.util.Collection<Metadata> metadata)
          Sets the metadata that got deployed.
 DeployRequest DeployRequest.setMetadata(java.util.Collection<Metadata> metadata)
          Sets the metadata to deploy.
 

Uses of Metadata in org.sonatype.aether.impl
 

Methods in org.sonatype.aether.impl that return types with arguments of type Metadata
 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.sonatype.aether.impl with type arguments of type Metadata
 void UpdateCheckManager.checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
          Checks whether metadata has to be updated from a remote repository.
 void UpdateCheckManager.touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
          Updates the timestamp for the metadata contained in the update check.
 

Uses of Metadata in org.sonatype.aether.impl.internal
 

Methods in org.sonatype.aether.impl.internal with parameters of type Metadata
 java.lang.String SimpleLocalRepositoryManager.getPathForLocalMetadata(Metadata metadata)
           
 java.lang.String SimpleLocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)
           
 

Method parameters in org.sonatype.aether.impl.internal with type arguments of type Metadata
 void DefaultUpdateCheckManager.checkMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
           
 void DefaultUpdateCheckManager.touchMetadata(RepositorySystemSession session, UpdateCheck<Metadata,MetadataTransferException> check)
           
 

Uses of Metadata in org.sonatype.aether.installation
 

Methods in org.sonatype.aether.installation that return types with arguments of type Metadata
 java.util.Collection<Metadata> InstallResult.getMetadata()
          Gets the metadata that got installed.
 java.util.Collection<Metadata> InstallRequest.getMetadata()
          Gets the metadata to install.
 

Methods in org.sonatype.aether.installation with parameters of type Metadata
 InstallResult InstallResult.addMetadata(Metadata metadata)
          Adds the specified metadata to this result.
 InstallRequest InstallRequest.addMetadata(Metadata metadata)
          Adds the specified metadata for installation.
 

Method parameters in org.sonatype.aether.installation with type arguments of type Metadata
 InstallResult InstallResult.setMetadata(java.util.Collection<Metadata> metadata)
          Sets the metadata that got installed.
 InstallRequest InstallRequest.setMetadata(java.util.Collection<Metadata> metadata)
          Sets the metadata to install.
 

Uses of Metadata in org.sonatype.aether.metadata
 

Subinterfaces of Metadata in org.sonatype.aether.metadata
 interface MergeableMetadata
          A piece of metadata that needs to be merged with any current metadata before installation/deployment.
 

Methods in org.sonatype.aether.metadata that return Metadata
 Metadata Metadata.setFile(java.io.File file)
          Sets the file of the metadata.
 

Uses of Metadata in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository with parameters of type Metadata
 java.lang.String LocalRepositoryManager.getPathForLocalMetadata(Metadata metadata)
          Gets the relative path for locally built metadata.
 java.lang.String LocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)
          Gets the relative path for metadata cached from a remote repository.
 

Uses of Metadata in org.sonatype.aether.resolution
 

Methods in org.sonatype.aether.resolution that return Metadata
 Metadata MetadataResult.getMetadata()
          Gets the resolved metadata (if any).
 Metadata MetadataRequest.getMetadata()
          Gets the metadata to resolve.
 

Methods in org.sonatype.aether.resolution with parameters of type Metadata
 MetadataResult MetadataResult.setMetadata(Metadata metadata)
          Sets the resolved metadata.
 MetadataRequest MetadataRequest.setMetadata(Metadata metadata)
          Sets the metadata to resolve.
 

Constructors in org.sonatype.aether.resolution with parameters of type Metadata
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.sonatype.aether.spi.connector
 

Methods in org.sonatype.aether.spi.connector that return Metadata
 Metadata MetadataTransfer.getMetadata()
          Gets the metadata being transferred.
 

Methods in org.sonatype.aether.spi.connector with parameters of type Metadata
 MetadataTransfer MetadataTransfer.setMetadata(Metadata metadata)
          Sets the metadata to transfer.
 MetadataUpload MetadataUpload.setMetadata(Metadata metadata)
           
 MetadataDownload MetadataDownload.setMetadata(Metadata metadata)
           
 

Constructors in org.sonatype.aether.spi.connector with parameters of type Metadata
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.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl with parameters of type Metadata
 java.lang.String TestLocalRepositoryManager.getPathForLocalMetadata(Metadata metadata)
           
 java.lang.String TestLocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, java.lang.String context)
           
 

Uses of Metadata in org.sonatype.aether.test.util.impl
 

Classes in org.sonatype.aether.test.util.impl that implement Metadata
 class StubMetadata
           
 

Methods in org.sonatype.aether.test.util.impl that return Metadata
 Metadata StubMetadata.setFile(java.io.File file)
           
 Metadata StubMetadata.setVersion(java.lang.String version)
           
 

Uses of Metadata in org.sonatype.aether.transfer
 

Methods in org.sonatype.aether.transfer that return Metadata
 Metadata MetadataTransferException.getMetadata()
           
 

Constructors in org.sonatype.aether.transfer with parameters of type Metadata
MetadataNotFoundException(Metadata metadata, RemoteRepository repository)
           
MetadataNotFoundException(Metadata metadata, RemoteRepository repository, java.lang.String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, java.lang.Throwable cause)
           
 

Uses of Metadata in org.sonatype.aether.util.layout
 

Methods in org.sonatype.aether.util.layout with parameters of type Metadata
 java.net.URI RepositoryLayout.getPath(Metadata metadata)
          Gets the URI to the location within a remote repository where the specified metadata would be stored.
 java.net.URI MavenDefaultLayout.getPath(Metadata metadata)
           
 

Uses of Metadata in org.sonatype.aether.util.listener
 

Methods in org.sonatype.aether.util.listener that return Metadata
 Metadata DefaultRepositoryEvent.getMetadata()
           
 

Constructors in org.sonatype.aether.util.listener with parameters of type Metadata
DefaultRepositoryEvent(RepositorySystemSession session, Metadata metadata)
           
 

Uses of Metadata in org.sonatype.aether.util.metadata
 

Classes in org.sonatype.aether.util.metadata that implement Metadata
 class DefaultMetadata
          A basic metadata instance.
 

Methods in org.sonatype.aether.util.metadata that return Metadata
 Metadata DefaultMetadata.setFile(java.io.File file)
           
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.