org.apache.maven.repository
Class LegacyRepositoryLayout
java.lang.Object
org.apache.maven.repository.LegacyRepositoryLayout
- All Implemented Interfaces:
- ArtifactRepositoryLayout
@Component(role=org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout.class,
hint="legacy")
public class LegacyRepositoryLayout
- extends Object
- implements ArtifactRepositoryLayout
- Author:
- jdcasey
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LegacyRepositoryLayout
public LegacyRepositoryLayout()
getId
public String getId()
- Specified by:
getId
in interface ArtifactRepositoryLayout
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-2012 The Apache Software Foundation. All Rights Reserved.