public class InstallDepConfig extends net.thevpc.nuts.NutsConfigItem implements Cloneable
| Constructor and Description |
|---|
InstallDepConfig() |
InstallDepConfig(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDependencyScope scope) |
| Modifier and Type | Method and Description |
|---|---|
InstallDepConfig |
copy() |
boolean |
equals(Object o) |
net.thevpc.nuts.NutsId |
getId() |
net.thevpc.nuts.NutsDependencyScope |
getScope() |
int |
hashCode() |
InstallDepConfig |
setId(net.thevpc.nuts.NutsId id) |
InstallDepConfig |
setScope(net.thevpc.nuts.NutsDependencyScope scope) |
public InstallDepConfig()
public InstallDepConfig(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDependencyScope scope)
public net.thevpc.nuts.NutsId getId()
public InstallDepConfig setId(net.thevpc.nuts.NutsId id)
public net.thevpc.nuts.NutsDependencyScope getScope()
public InstallDepConfig setScope(net.thevpc.nuts.NutsDependencyScope scope)
public InstallDepConfig copy()
Copyright © 2022 vpc open source initiative. All rights reserved.