|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objectorg.apache.maven.archiva.repository.content.DefaultPathParser
public class DefaultPathParser
DefaultPathParser is a parser for maven 2 (default layout) paths to ArtifactReference.
| Constructor Summary | |
|---|---|
DefaultPathParser()
|
|
| Method Summary | |
|---|---|
org.apache.maven.archiva.model.ArtifactReference |
toArtifactReference(java.lang.String path)
Take a path and get the ArtifactReference associated with it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPathParser()
| Method Detail |
|---|
public org.apache.maven.archiva.model.ArtifactReference toArtifactReference(java.lang.String path)
throws LayoutException
toArtifactReference in interface PathParserpath - the relative path to parse.
LayoutException - if there was a problem parsing the path.PathParser.toArtifactReference(java.lang.String)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||