public class DefaultNutsIdParser extends Object implements net.thevpc.nuts.NutsIdParser
| Modifier and Type | Field and Description |
|---|---|
static Pattern |
NUTS_ID_PATTERN |
| Constructor and Description |
|---|
DefaultNutsIdParser(net.thevpc.nuts.NutsSession session) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLenient() |
net.thevpc.nuts.NutsId |
parse(String nutsId)
examples : script://groupId:artifactId/version?face
script://groupId:artifactId/version script://groupId:artifactId
script://artifactId artifactId
|
net.thevpc.nuts.NutsIdParser |
setLenient(boolean lenient) |
public static final Pattern NUTS_ID_PATTERN
public DefaultNutsIdParser(net.thevpc.nuts.NutsSession session)
public net.thevpc.nuts.NutsIdParser setLenient(boolean lenient)
setLenient in interface net.thevpc.nuts.NutsIdParserpublic boolean isLenient()
isLenient in interface net.thevpc.nuts.NutsIdParserpublic net.thevpc.nuts.NutsId parse(String nutsId)
parse in interface net.thevpc.nuts.NutsIdParsernutsId - nutsIdCopyright © 2021 vpc open source initiative. All rights reserved.