org.apache.maven.artifact.repository.layout
Class LegacyRepositoryLayout

java.lang.Object
  extended by org.apache.maven.artifact.repository.layout.LegacyRepositoryLayout
All Implemented Interfaces:
ArtifactRepositoryLayout

public class LegacyRepositoryLayout
extends Object
implements ArtifactRepositoryLayout

Author:
jdcasey

Field Summary
 
Fields inherited from interface org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout
ROLE
 
Constructor Summary
LegacyRepositoryLayout()
           
 
Method Summary
 String pathOf(Artifact artifact)
           
 String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata, ArtifactRepository repository)
           
 String pathOfRemoteRepositoryMetadata(ArtifactMetadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyRepositoryLayout

public LegacyRepositoryLayout()
Method Detail

pathOf

public String pathOf(Artifact artifact)
Specified by:
pathOf in interface ArtifactRepositoryLayout

pathOfLocalRepositoryMetadata

public String pathOfLocalRepositoryMetadata(ArtifactMetadata metadata,
                                            ArtifactRepository repository)
Specified by:
pathOfLocalRepositoryMetadata in interface ArtifactRepositoryLayout

pathOfRemoteRepositoryMetadata

public String pathOfRemoteRepositoryMetadata(ArtifactMetadata metadata)
Specified by:
pathOfRemoteRepositoryMetadata in interface ArtifactRepositoryLayout


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.