This project has retired. For details please refer to its
Attic page.
PathParser
org.apache.maven.archiva.repository.content
Interface PathParser
- All Known Implementing Classes:
- DefaultPathParser, LegacyPathParser
public interface PathParser
PathParser interface.
Method Summary |
org.apache.maven.archiva.model.ArtifactReference |
toArtifactReference(java.lang.String path)
Take a path and get the ArtifactReference associated with it. |
toArtifactReference
org.apache.maven.archiva.model.ArtifactReference toArtifactReference(java.lang.String path)
throws LayoutException
- Take a path and get the ArtifactReference associated with it.
- Parameters:
path
- the relative path to parse.
- Returns:
- the ArtifactReference for the provided path. (never null)
- Throws:
LayoutException
- if there was a problem parsing the path.