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