public class NutsExtensionListHelper extends Object
| Constructor and Description |
|---|
NutsExtensionListHelper(net.thevpc.nuts.NutsId apiId,
List<NutsWorkspaceConfigBoot.ExtensionConfig> old) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDependency[] dependencies) |
NutsExtensionListHelper |
compress() |
NutsExtensionListHelper |
copy() |
boolean |
equals(Object obj) |
List<NutsWorkspaceConfigBoot.ExtensionConfig> |
getConfs() |
List<net.thevpc.nuts.NutsId> |
getIds() |
boolean |
hasChanged() |
int |
hashCode() |
boolean |
remove(net.thevpc.nuts.NutsId id) |
NutsExtensionListHelper |
save() |
public NutsExtensionListHelper(net.thevpc.nuts.NutsId apiId,
List<NutsWorkspaceConfigBoot.ExtensionConfig> old)
public NutsExtensionListHelper save()
public boolean hasChanged()
public NutsExtensionListHelper copy()
public NutsExtensionListHelper compress()
public boolean add(net.thevpc.nuts.NutsId id,
net.thevpc.nuts.NutsDependency[] dependencies)
public boolean remove(net.thevpc.nuts.NutsId id)
public List<net.thevpc.nuts.NutsId> getIds()
public List<NutsWorkspaceConfigBoot.ExtensionConfig> getConfs()
Copyright © 2022 vpc open source initiative. All rights reserved.