public class DependencyNotationParser extends Object implements TopLevelNotationParser, NotationParser<Dependency>
| Constructor and Description |
|---|
DependencyNotationParser(Iterable<NotationParser<? extends Dependency>> compositeParsers) |
| Modifier and Type | Method and Description |
|---|---|
void |
describe(Collection<String> candidateFormats) |
Dependency |
parseNotation(Object dependencyNotation) |
public DependencyNotationParser(Iterable<NotationParser<? extends Dependency>> compositeParsers)
public void describe(Collection<String> candidateFormats)
describe in interface NotationParser<Dependency>public Dependency parseNotation(Object dependencyNotation)
parseNotation in interface NotationParser<Dependency>Copyright © 2013. All rights reserved