public class DefaultNutsDependencyParser extends Object implements net.thevpc.nuts.NutsDependencyParser
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
DEPENDENCY_NUTS_DESCRIPTOR_PATTERN |
| Constructor and Description |
|---|
DefaultNutsDependencyParser(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLenient() |
net.thevpc.nuts.NutsDependency |
parseDependency(String dependency) |
boolean |
parseOptional(String optional) |
net.thevpc.nuts.NutsDependencyScope |
parseScope(String scope) |
net.thevpc.nuts.NutsDependencyParser |
setLenient(boolean lenient) |
public static final Pattern DEPENDENCY_NUTS_DESCRIPTOR_PATTERN
public DefaultNutsDependencyParser(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsDependencyParser setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.NutsDependencyParserpublic boolean isLenient()
isLenient in interface net.thevpc.nuts.NutsDependencyParserpublic net.thevpc.nuts.NutsDependency parseDependency(String dependency)
parseDependency in interface net.thevpc.nuts.NutsDependencyParserpublic net.thevpc.nuts.NutsDependencyScope parseScope(String scope)
parseScope in interface net.thevpc.nuts.NutsDependencyParserpublic boolean parseOptional(String optional)
parseOptional in interface net.thevpc.nuts.NutsDependencyParserCopyright © 2021 vpc open source initiative. All rights reserved.