org.apache.continuum.purge.repository.utils
Class LegacyPathParser

java.lang.Object
  extended by org.apache.continuum.purge.repository.utils.LegacyPathParser
All Implemented Interfaces:
org.apache.maven.archiva.repository.content.PathParser

public class LegacyPathParser
extends Object
implements org.apache.maven.archiva.repository.content.PathParser

Codes were taken from Archiva's LegacyPathParser and made some few changes.


Constructor Summary
LegacyPathParser()
           
 
Method Summary
 org.apache.maven.archiva.model.ArtifactReference toArtifactReference(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyPathParser

public LegacyPathParser()
Method Detail

toArtifactReference

public org.apache.maven.archiva.model.ArtifactReference toArtifactReference(String path)
                                                                     throws org.apache.maven.archiva.repository.layout.LayoutException
Specified by:
toArtifactReference in interface org.apache.maven.archiva.repository.content.PathParser
Throws:
org.apache.maven.archiva.repository.layout.LayoutException


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