public class DefaultNutsDependencyManager extends Object implements net.thevpc.nuts.NutsDependencyManager
| Constructor and Description |
|---|
DefaultNutsDependencyManager(net.thevpc.nuts.NutsWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsDependencyBuilder |
builder() |
protected void |
checkSession() |
net.thevpc.nuts.NutsDependencyFilterManager |
filter() |
net.thevpc.nuts.NutsDependencyFormat |
formatter() |
net.thevpc.nuts.NutsDependencyFormat |
formatter(net.thevpc.nuts.NutsDependency dependency) |
net.thevpc.nuts.NutsSession |
getSession() |
net.thevpc.nuts.NutsWorkspace |
getWorkspace() |
net.thevpc.nuts.NutsDependencyParser |
parser() |
net.thevpc.nuts.NutsDependencyManager |
setSession(net.thevpc.nuts.NutsSession session) |
Set<net.thevpc.nuts.NutsDependencyScope> |
toScopeSet(net.thevpc.nuts.NutsDependencyScopePattern other) |
public DefaultNutsDependencyManager(net.thevpc.nuts.NutsWorkspace workspace)
public net.thevpc.nuts.NutsSession getSession()
getSession in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsDependencyManager setSession(net.thevpc.nuts.NutsSession session)
setSession in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsWorkspace getWorkspace()
protected void checkSession()
public net.thevpc.nuts.NutsDependencyParser parser()
parser in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsDependencyBuilder builder()
builder in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsDependencyFormat formatter()
formatter in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsDependencyFormat formatter(net.thevpc.nuts.NutsDependency dependency)
formatter in interface net.thevpc.nuts.NutsDependencyManagerpublic net.thevpc.nuts.NutsDependencyFilterManager filter()
filter in interface net.thevpc.nuts.NutsDependencyManagerpublic Set<net.thevpc.nuts.NutsDependencyScope> toScopeSet(net.thevpc.nuts.NutsDependencyScopePattern other)
toScopeSet in interface net.thevpc.nuts.NutsDependencyManagerCopyright © 2021 vpc open source initiative. All rights reserved.