public class Mapping extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Mapping.Match |
static class |
Mapping.PatternPlus |
| Constructor and Description |
|---|
Mapping(InputStream in) |
| Modifier and Type | Method and Description |
|---|---|
static Mapping |
defaultMapping()
Create the default Mapping
|
List<Mapping.PatternPlus> |
getPatternList() |
Map<Pattern,String> |
getPatterns() |
Mapping.Match |
match(String path)
Test the given path for a match with the patterns
|
public Mapping(InputStream in) throws IOException
IOExceptionpublic static Mapping defaultMapping()
public List<Mapping.PatternPlus> getPatternList()
public Mapping.Match match(String path)
path - The path to testnull if no matchCopyright © 2022 LSST. All rights reserved.