public class DependencyMapNotationParser<T extends ExternalDependency> extends MapNotationParser<T>
| Constructor and Description |
|---|
DependencyMapNotationParser(Instantiator instantiator,
Class<T> resultingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
describe(Collection<String> candidateFormats) |
protected T |
parseMap(String group,
String name,
String version,
String configuration,
String ext,
String classifier) |
get, parseTypeparseNotationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseNotationpublic DependencyMapNotationParser(Instantiator instantiator, Class<T> resultingType)
public void describe(Collection<String> candidateFormats)
describe in interface NotationParser<T extends ExternalDependency>describe in class MapNotationParser<T extends ExternalDependency>Copyright © 2013. All rights reserved