public final class PropertiesRegistryService extends Object implements GlobalRegistryService<Properties>
| Constructor and Description |
|---|
PropertiesRegistryService() |
| Modifier and Type | Method and Description |
|---|---|
Properties |
load()
Load configurations.
|
void |
persist(Properties props,
boolean isOverwrite)
Persist configurations.
|
public void persist(Properties props, boolean isOverwrite)
GlobalRegistryServicepersist in interface GlobalRegistryService<Properties>props - configurationsisOverwrite - is overwritepublic Properties load()
GlobalRegistryServiceload in interface GlobalRegistryService<Properties>Copyright © 2021 The Apache Software Foundation. All rights reserved.