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

java.lang.Objectorg.apache.maven.archiva.repository.content.LegacyPathParser
public class LegacyPathParser
LegacyPathParser is a parser for maven 1 (legacy layout) paths to ArtifactReference.
| Field Summary | |
|---|---|
protected org.apache.maven.archiva.configuration.ArchivaConfiguration |
configuration
|
| Constructor Summary | |
|---|---|
LegacyPathParser()
|
|
| 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 |
| Field Detail |
|---|
protected org.apache.maven.archiva.configuration.ArchivaConfiguration configuration
| Constructor Detail |
|---|
public LegacyPathParser()
| 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 | ||||||||