Uses of Class
org.apache.archiva.repository.layout.LayoutException

Packages that use LayoutException
org.apache.archiva.consumers.core.repository   
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 LayoutException in org.apache.archiva.consumers.core.repository
 

Methods in org.apache.archiva.consumers.core.repository that throw LayoutException
private  void RetentionCountRepositoryPurge.doPurgeAllRelated(ArtifactReference reference, String version)
           
 

Uses of LayoutException in org.apache.archiva.repository
 

Methods in org.apache.archiva.repository that throw LayoutException
 Set<String> ManagedRepositoryContent.getVersions(ProjectReference reference)
          Given a specific ProjectReference, return the list of available versions for that project reference.
 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.
 

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

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

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

Methods in org.apache.archiva.repository.content.legacy that throw LayoutException
 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)
           
 

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

Methods in org.apache.archiva.repository.content.maven2 that throw LayoutException
private  ArtifactReference ManagedDefaultRepositoryContent.getFirstArtifact(VersionedReference reference)
          Get the first Artifact found in the provided VersionedReference location.
 Set<String> ManagedDefaultRepositoryContent.getVersions(ProjectReference reference)
          Gather the Available Versions (on disk) for a specific Project Reference, based on filesystem information.
private  boolean ManagedDefaultRepositoryContent.hasArtifact(VersionedReference reference)
           
 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)
           
 String RepositoryRequest.toNativePath(String requestedPath, ManagedRepositoryContent repository)
          Adjust the requestedPath to conform to the native layout of the provided ManagedRepositoryContent.
 

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

Methods in org.apache.archiva.repository.metadata that throw LayoutException
 Set<String> MetadataTools.gatherSnapshotVersions(ManagedRepositoryContent managedRepository, VersionedReference reference)
          Gather the set of snapshot versions found in a particular versioned reference.
 ArtifactReference MetadataTools.getFirstArtifact(ManagedRepositoryContent managedRepository, VersionedReference reference)
          Get the first Artifact found in the provided VersionedReference location.
 void MetadataTools.updateMetadata(ManagedRepositoryContent managedRepository, ProjectReference reference)
          Deprecated.  
 void MetadataTools.updateMetadata(ManagedRepositoryContent managedRepository, VersionedReference reference)
          Deprecated.  
 



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