Uses of Class
org.apache.archiva.model.ArtifactReference

Packages that use ArtifactReference
org.apache.archiva.consumers.core   
org.apache.archiva.consumers.core.repository   
org.apache.archiva.metadata.repository.storage   
org.apache.archiva.metadata.repository.storage.maven2   
org.apache.archiva.model   
org.apache.archiva.proxy   
org.apache.archiva.proxy.model   
org.apache.archiva.repository   
org.apache.archiva.repository.content   
org.apache.archiva.repository.content.legacy   
org.apache.archiva.repository.content.maven2   
org.apache.archiva.repository.metadata   
 

Uses of ArtifactReference in org.apache.archiva.consumers.core
 

Methods in org.apache.archiva.consumers.core with parameters of type ArtifactReference
private  void MetadataUpdaterConsumer.updateProjectMetadata(ArtifactReference artifact, String path)
           
private  void MetadataUpdaterConsumer.updateVersionMetadata(ArtifactReference artifact, String path)
           
 

Uses of ArtifactReference in org.apache.archiva.consumers.core.repository
 

Methods in org.apache.archiva.consumers.core.repository with parameters of type ArtifactReference
private  void DaysOldRepositoryPurge.doPurgeAllRelated(ArtifactReference reference)
           
private  void RetentionCountRepositoryPurge.doPurgeAllRelated(ArtifactReference reference, String version)
           
private  void CleanupReleasedSnapshotsRepositoryPurge.updateMetadata(ArtifactReference artifact)
           
 

Method parameters in org.apache.archiva.consumers.core.repository with type arguments of type ArtifactReference
protected  void AbstractRepositoryPurge.purge(Set<ArtifactReference> references)
          Purge the repo.
 

Uses of ArtifactReference in org.apache.archiva.metadata.repository.storage
 

Methods in org.apache.archiva.metadata.repository.storage with parameters of type ArtifactReference
 void RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository, ArtifactReference artifact)
           
 

Uses of ArtifactReference in org.apache.archiva.metadata.repository.storage.maven2
 

Methods in org.apache.archiva.metadata.repository.storage.maven2 with parameters of type ArtifactReference
 void Maven2RepositoryStorage.applyServerSideRelocation(ManagedRepositoryContent managedRepository, ArtifactReference artifact)
          A relocation capable client will request the POM prior to the artifact, and will then read meta-data and do client side relocation.
 

Uses of ArtifactReference in org.apache.archiva.model
 

Methods in org.apache.archiva.model that return ArtifactReference
static ArtifactReference ArchivaModelCloner.clone(ArtifactReference artifactReference)
           
 

Methods in org.apache.archiva.model that return types with arguments of type ArtifactReference
static List<ArtifactReference> ArchivaModelCloner.cloneArtifactReferences(List<ArtifactReference> artifactReferenceList)
           
 

Methods in org.apache.archiva.model with parameters of type ArtifactReference
static ArtifactReference ArchivaModelCloner.clone(ArtifactReference artifactReference)
           
static String Keys.toKey(ArtifactReference ref)
           
static String ArtifactReference.toKey(ArtifactReference artifactReference)
           
static String ArtifactReference.toVersionlessKey(ArtifactReference artifactReference)
           
 

Method parameters in org.apache.archiva.model with type arguments of type ArtifactReference
static List<ArtifactReference> ArchivaModelCloner.cloneArtifactReferences(List<ArtifactReference> artifactReferenceList)
           
 

Constructors in org.apache.archiva.model with parameters of type ArtifactReference
ArchivaArtifact(ArtifactReference ref, String repositoryId)
           
 

Uses of ArtifactReference in org.apache.archiva.proxy
 

Methods in org.apache.archiva.proxy with parameters of type ArtifactReference
 File DefaultRepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository, ArtifactReference artifact)
           
private  File DefaultRepositoryProxyConnectors.toLocalFile(ManagedRepositoryContent repository, ArtifactReference artifact)
           
private  void DefaultRepositoryProxyConnectors.validatePolicies(Map<String,DownloadErrorPolicy> policies, Map<String,String> settings, Properties request, ArtifactReference artifact, RemoteRepositoryContent content, File localFile, Exception exception, Map<String,Exception> previousExceptions)
           
 

Uses of ArtifactReference in org.apache.archiva.proxy.model
 

Methods in org.apache.archiva.proxy.model with parameters of type ArtifactReference
 File RepositoryProxyConnectors.fetchFromProxies(ManagedRepositoryContent repository, ArtifactReference artifact)
          Performs the artifact fetch operation against the target repositories of the provided source repository.
 

Uses of ArtifactReference in org.apache.archiva.repository
 

Methods in org.apache.archiva.repository that return ArtifactReference
 ArtifactReference RemoteRepositoryContent.toArtifactReference(String path)
          Given a repository relative path to a filename, return the VersionedReference object suitable for the path.
 ArtifactReference ManagedRepositoryContent.toArtifactReference(String path)
          Given a repository relative path to a filename, return the VersionedReference object suitable for the path.
 

Methods in org.apache.archiva.repository that return types with arguments of type ArtifactReference
 Set<ArtifactReference> ManagedRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           Gather up the list of related artifacts to the ArtifactReference provided.
 

Methods in org.apache.archiva.repository with parameters of type ArtifactReference
 void ManagedRepositoryContent.deleteArtifact(ArtifactReference artifactReference)
          delete a specified artifact from the repository
 Set<ArtifactReference> ManagedRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           Gather up the list of related artifacts to the ArtifactReference provided.
 boolean ManagedRepositoryContent.hasContent(ArtifactReference reference)
          Determines if the artifact referenced exists in the repository.
 File ManagedRepositoryContent.toFile(ArtifactReference reference)
          Given an ArtifactReference, return the file reference to the artifact.
 String RemoteRepositoryContent.toPath(ArtifactReference reference)
          Given an ArtifactReference, return the relative path to the artifact.
 String ManagedRepositoryContent.toPath(ArtifactReference reference)
          Given an ArtifactReference, return the relative path to the artifact.
 RepositoryURL RemoteRepositoryContent.toURL(ArtifactReference reference)
          Given an ArtifactReference, return the url to the artifact.
 

Uses of ArtifactReference in org.apache.archiva.repository.content
 

Methods in org.apache.archiva.repository.content that return ArtifactReference
 ArtifactReference PathParser.toArtifactReference(String path)
          Take a path and get the ArtifactReference associated with it.
 

Uses of ArtifactReference in org.apache.archiva.repository.content.legacy
 

Methods in org.apache.archiva.repository.content.legacy that return ArtifactReference
 ArtifactReference RemoteLegacyRepositoryContent.toArtifactReference(String path)
          Convert a path to an artifact reference.
 ArtifactReference ManagedLegacyRepositoryContent.toArtifactReference(String path)
          Convert a path to an artifact reference.
 ArtifactReference LegacyPathParser.toArtifactReference(String path)
          Take a path and get the ArtifactReference associated with it.
 ArtifactReference AbstractLegacyRepositoryContent.toArtifactReference(String path)
           
 

Methods in org.apache.archiva.repository.content.legacy that return types with arguments of type ArtifactReference
 Set<ArtifactReference> ManagedLegacyRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           
 

Methods in org.apache.archiva.repository.content.legacy with parameters of type ArtifactReference
 void ManagedLegacyRepositoryContent.deleteArtifact(ArtifactReference artifactReference)
           
 Set<ArtifactReference> ManagedLegacyRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           
private  void ManagedLegacyRepositoryContent.getRelatedArtifacts(File typeDir, ArtifactReference reference, Set<ArtifactReference> foundArtifacts)
           
 boolean ManagedLegacyRepositoryContent.hasContent(ArtifactReference reference)
           
 File ManagedLegacyRepositoryContent.toFile(ArtifactReference reference)
           
 String AbstractLegacyRepositoryContent.toPath(ArtifactReference reference)
           
 RepositoryURL RemoteLegacyRepositoryContent.toURL(ArtifactReference reference)
           
 

Method parameters in org.apache.archiva.repository.content.legacy with type arguments of type ArtifactReference
private  void ManagedLegacyRepositoryContent.getRelatedArtifacts(File typeDir, ArtifactReference reference, Set<ArtifactReference> foundArtifacts)
           
 

Uses of ArtifactReference in org.apache.archiva.repository.content.maven2
 

Methods in org.apache.archiva.repository.content.maven2 that return ArtifactReference
private  ArtifactReference ManagedDefaultRepositoryContent.getFirstArtifact(VersionedReference reference)
          Get the first Artifact found in the provided VersionedReference location.
 ArtifactReference RepositoryRequest.toArtifactReference(String requestedPath)
          Takes an incoming requested path (in "/" format) and gleans the layout and ArtifactReference appropriate for that content.
 ArtifactReference RemoteDefaultRepositoryContent.toArtifactReference(String path)
          Convert a path to an artifact reference.
 ArtifactReference ManagedDefaultRepositoryContent.toArtifactReference(String path)
          Convert a path to an artifact reference.
 ArtifactReference DefaultPathParser.toArtifactReference(String path)
          Take a path and get the ArtifactReference associated with it.
 ArtifactReference AbstractDefaultRepositoryContent.toArtifactReference(String path)
           
 

Methods in org.apache.archiva.repository.content.maven2 that return types with arguments of type ArtifactReference
 Set<ArtifactReference> ManagedDefaultRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           
 

Methods in org.apache.archiva.repository.content.maven2 with parameters of type ArtifactReference
 void ManagedDefaultRepositoryContent.deleteArtifact(ArtifactReference artifactReference)
           
 Set<ArtifactReference> ManagedDefaultRepositoryContent.getRelatedArtifacts(ArtifactReference reference)
           
 boolean ManagedDefaultRepositoryContent.hasContent(ArtifactReference reference)
           
 File ManagedDefaultRepositoryContent.toFile(ArtifactReference reference)
           
 String AbstractDefaultRepositoryContent.toPath(ArtifactReference reference)
           
 RepositoryURL RemoteDefaultRepositoryContent.toURL(ArtifactReference reference)
           
 

Uses of ArtifactReference in org.apache.archiva.repository.metadata
 

Methods in org.apache.archiva.repository.metadata that return ArtifactReference
 ArtifactReference MetadataTools.getFirstArtifact(ManagedRepositoryContent managedRepository, VersionedReference reference)
          Get the first Artifact found in the provided VersionedReference location.
 



Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.