public static class NutsWorkspaceConfigBoot.ExtensionConfig
extends net.thevpc.nuts.NutsConfigItem
| Constructor and Description |
|---|
ExtensionConfig() |
ExtensionConfig(net.thevpc.nuts.NutsId id,
String dependencies,
boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDependencies() |
net.thevpc.nuts.NutsId |
getId() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setDependencies(String dependencies) |
void |
setEnabled(boolean enabled) |
void |
setId(net.thevpc.nuts.NutsId id) |
public ExtensionConfig()
public ExtensionConfig(net.thevpc.nuts.NutsId id,
String dependencies,
boolean enabled)
public String getDependencies()
public void setDependencies(String dependencies)
public net.thevpc.nuts.NutsId getId()
public void setId(net.thevpc.nuts.NutsId id)
public boolean isEnabled()
public void setEnabled(boolean enabled)
Copyright © 2022 vpc open source initiative. All rights reserved.