public class NBootProperties extends Object
| Constructor and Description |
|---|
NBootProperties() |
| Modifier and Type | Method and Description |
|---|---|
NBootProperties |
add(NBootDescriptorProperty p) |
NBootProperties |
addAll(List<NBootDescriptorProperty> arr) |
void |
clear() |
NBootDescriptorProperty |
get(String name,
NBootEnvCondition cond) |
NBootDescriptorProperty[] |
getAll(String name) |
Set<String> |
keySet() |
NBootProperties |
remove(NBootDescriptorProperty p) |
NBootProperties |
remove(String name) |
NBootDescriptorProperty[] |
toArray() |
List<NBootDescriptorProperty> |
toList() |
public NBootProperties remove(String name)
public NBootProperties remove(NBootDescriptorProperty p)
public List<NBootDescriptorProperty> toList()
public NBootDescriptorProperty[] toArray()
public NBootDescriptorProperty get(String name, NBootEnvCondition cond)
public NBootDescriptorProperty[] getAll(String name)
public NBootProperties addAll(List<NBootDescriptorProperty> arr)
public NBootProperties add(NBootDescriptorProperty p)
public void clear()
Copyright © 2026 vpc open source initiative. All rights reserved.