public class PluginConfigWrapper extends Object
| Constructor and Description |
|---|
PluginConfigWrapper(String name,
StoragePluginConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
createOrUpdateInStorage(StoragePluginRegistry storage) |
boolean |
enabled() |
StoragePluginConfig |
getConfig() |
String |
getName() |
public PluginConfigWrapper(String name, StoragePluginConfig config)
public String getName()
public StoragePluginConfig getConfig()
public boolean enabled()
public void createOrUpdateInStorage(StoragePluginRegistry storage) throws StoragePluginRegistry.PluginException
Copyright © 2021 The Apache Software Foundation. All rights reserved.