public interface PathParser
Modifier and Type | Method and Description |
---|---|
ArtifactReference |
toArtifactReference(String path)
Take a path and get the ArtifactReference associated with it.
|
ArtifactReference toArtifactReference(String path) throws LayoutException
path
- the relative path to parse.LayoutException
- if there was a problem parsing the path.Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.