@Service(value="pathParser#default") public class DefaultPathParser extends Object implements PathParser
Constructor and Description |
---|
DefaultPathParser() |
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
toArtifactReference(String path)
Take a path and get the ArtifactReference associated with it.
|
public DefaultPathParser()
public ArtifactReference toArtifactReference(String path) throws LayoutException
toArtifactReference
in interface PathParser
path
- the relative path to parse.LayoutException
- if there was a problem parsing the path.PathParser.toArtifactReference(String)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.