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 |
|---|---|
int |
getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context) |
boolean |
isLenient() |
net.thevpc.nuts.NutsDependency |
parse(String dependency) |
net.thevpc.nuts.NutsDependencyParser |
setLenient(boolean lenient) |
public static final Pattern DEPENDENCY_NUTS_DESCRIPTOR_PATTERN
public DefaultNutsDependencyParser(net.thevpc.nuts.NutsSession session)
public boolean isLenient()
isLenient in interface net.thevpc.nuts.NutsDependencyParserpublic net.thevpc.nuts.NutsDependencyParser setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.NutsDependencyParserpublic net.thevpc.nuts.NutsDependency parse(String dependency)
parse in interface net.thevpc.nuts.NutsDependencyParserpublic int getSupportLevel(net.thevpc.nuts.spi.NutsSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NutsComponentCopyright © 2022 vpc open source initiative. All rights reserved.