public class DefaultNutsProperties extends Object
| Constructor and Description |
|---|
DefaultNutsProperties() |
| Modifier and Type | Method and Description |
|---|---|
DefaultNutsProperties |
add(net.thevpc.nuts.NutsDescriptorProperty p) |
DefaultNutsProperties |
addAll(net.thevpc.nuts.NutsDescriptorProperty[] arr) |
void |
clear() |
net.thevpc.nuts.NutsDescriptorProperty[] |
getAll() |
net.thevpc.nuts.NutsDescriptorProperty[] |
getAll(String name) |
net.thevpc.nuts.NutsDescriptorProperty |
getAll(String name,
net.thevpc.nuts.NutsEnvCondition cond) |
Set<String> |
keySet() |
DefaultNutsProperties |
remove(net.thevpc.nuts.NutsDescriptorProperty p) |
DefaultNutsProperties |
remove(String name) |
public DefaultNutsProperties remove(String name)
public DefaultNutsProperties remove(net.thevpc.nuts.NutsDescriptorProperty p)
public net.thevpc.nuts.NutsDescriptorProperty[] getAll()
public net.thevpc.nuts.NutsDescriptorProperty getAll(String name, net.thevpc.nuts.NutsEnvCondition cond)
public net.thevpc.nuts.NutsDescriptorProperty[] getAll(String name)
public DefaultNutsProperties addAll(net.thevpc.nuts.NutsDescriptorProperty[] arr)
public DefaultNutsProperties add(net.thevpc.nuts.NutsDescriptorProperty p)
public void clear()
Copyright © 2022 vpc open source initiative. All rights reserved.