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

Packages that use Metadata
org.sonatype.aether   
org.sonatype.aether.deployment   
org.sonatype.aether.installation   
org.sonatype.aether.metadata   
org.sonatype.aether.repository   
org.sonatype.aether.resolution   
org.sonatype.aether.transfer   
 

Uses of Metadata in org.sonatype.aether
 

Methods in org.sonatype.aether that return Metadata
 Metadata RepositoryEvent.getMetadata()
          Gets the metadata involved in the event (if any).
 

Method parameters in org.sonatype.aether with type arguments of type Metadata
 void SyncContext.acquire(Collection<? extends Artifact> artifacts, Collection<? extends Metadata> metadatas)
          Acquires synchronized access to the specified artifacts and metadatas.
 

Uses of Metadata in org.sonatype.aether.deployment
 

Methods in org.sonatype.aether.deployment that return types with arguments of type Metadata
 Collection<Metadata> DeployResult.getMetadata()
          Gets the metadata that got deployed.
 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(Collection<Metadata> metadata)
          Sets the metadata that got deployed.
 DeployRequest DeployRequest.setMetadata(Collection<Metadata> metadata)
          Sets the metadata to deploy.
 

Uses of Metadata in org.sonatype.aether.installation
 

Methods in org.sonatype.aether.installation that return types with arguments of type Metadata
 Collection<Metadata> InstallResult.getMetadata()
          Gets the metadata that got installed.
 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(Collection<Metadata> metadata)
          Sets the metadata that got installed.
 InstallRequest InstallRequest.setMetadata(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(File file)
          Sets the file of the metadata.
 

Uses of Metadata in org.sonatype.aether.repository
 

Methods in org.sonatype.aether.repository that return Metadata
 Metadata LocalMetadataRequest.getMetadata()
          Gets the metadata to query for.
 Metadata LocalMetadataRegistration.getMetadata()
          Gets the metadata to register.
 

Methods in org.sonatype.aether.repository with parameters of type Metadata
 String LocalRepositoryManager.getPathForLocalMetadata(Metadata metadata)
          Gets the relative path for locally installed metadata.
 String LocalRepositoryManager.getPathForRemoteMetadata(Metadata metadata, RemoteRepository repository, String context)
          Gets the relative path for metadata cached from a remote repository.
 LocalMetadataRequest LocalMetadataRequest.setMetadata(Metadata metadata)
          Sets the metadata to query for.
 LocalMetadataRegistration LocalMetadataRegistration.setMetadata(Metadata metadata)
          Sets the metadata to register.
 

Constructors in org.sonatype.aether.repository with parameters of type Metadata
LocalMetadataRegistration(Metadata metadata)
          Creates a registration request for the specified metadata accompanying a locally installed artifact.
LocalMetadataRegistration(Metadata metadata, RemoteRepository repository, Collection<String> contexts)
          Creates a registration request for the specified metadata.
LocalMetadataRequest(Metadata metadata, RemoteRepository repository, String context)
          Creates a query with the specified properties.
 

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, String context)
          Creates a request with the specified properties.
 

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, LocalRepository repository)
           
MetadataNotFoundException(Metadata metadata, RemoteRepository repository)
           
MetadataNotFoundException(Metadata metadata, RemoteRepository repository, String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, String message)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, String message, Throwable cause)
           
MetadataTransferException(Metadata metadata, RemoteRepository repository, Throwable cause)
           
 



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