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