public class DefaultNutsIdManager extends Object implements net.thevpc.nuts.NutsIdManager
| Constructor and Description |
|---|
DefaultNutsIdManager(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsIdBuilder |
builder() |
protected void |
checkSession() |
net.thevpc.nuts.NutsIdFilterManager |
filter() |
net.thevpc.nuts.NutsIdFormat |
formatter() |
net.thevpc.nuts.NutsIdFormat |
formatter(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
net.thevpc.nuts.NutsId |
parse(String id) |
net.thevpc.nuts.NutsIdParser |
parser() |
net.thevpc.nuts.NutsId |
resolveId(Class clazz) |
net.thevpc.nuts.NutsId[] |
resolveIds(Class clazz) |
net.thevpc.nuts.NutsIdManager |
setSession(net.thevpc.nuts.NutsSession session) |
public DefaultNutsIdManager(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsIdManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsIdFormat formatter()
formatter in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsIdFormat formatter(net.thevpc.nuts.NutsId id)
formatter in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsIdFilterManager filter()
filter in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsIdBuilder builder()
builder in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsId resolveId(Class clazz)
resolveId in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsId[] resolveIds(Class clazz)
resolveIds in interface net.thevpc.nuts.NutsIdManagerprotected void checkSession()
public net.thevpc.nuts.NutsIdParser parser()
parser in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsId parse(String id)
parse in interface net.thevpc.nuts.NutsIdManagerpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
Copyright © 2021 vpc open source initiative. All rights reserved.