public class DependencyStringNotationParser<T extends ExternalDependency> extends TypedNotationParser<CharSequence,T>
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
EXTENSION_SPLITTER |
| Constructor and Description |
|---|
DependencyStringNotationParser(Instantiator instantiator,
Class<T> wantedType) |
| Modifier and Type | Method and Description |
|---|---|
void |
describe(Collection<String> candidateFormats) |
protected T |
parseType(CharSequence notation) |
parseNotationpublic static final Pattern EXTENSION_SPLITTER
public DependencyStringNotationParser(Instantiator instantiator, Class<T> wantedType)
public void describe(Collection<String> candidateFormats)
describe in interface NotationParser<T extends ExternalDependency>describe in class TypedNotationParser<CharSequence,T extends ExternalDependency>protected T parseType(CharSequence notation)
parseType in class TypedNotationParser<CharSequence,T extends ExternalDependency>Copyright © 2013. All rights reserved