public final class PropertiesPersistService extends Object implements GlobalPersistService<Properties>
| Constructor and Description |
|---|
PropertiesPersistService() |
| 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)
GlobalPersistServicepersist in interface GlobalPersistService<Properties>props - configurationsisOverwrite - is overwritepublic Properties load()
GlobalPersistServiceload in interface GlobalPersistService<Properties>Copyright © 2022 The Apache Software Foundation. All rights reserved.