public abstract class StoragePluginConfig extends Object
| Constructor and Description |
|---|
StoragePluginConfig() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(Object o) |
String |
getValue(String key) |
abstract int |
hashCode() |
boolean |
isEnabled()
Check for enabled status of the plugin
|
boolean |
isEnabledStatusPresent()
Allows to check whether the enabled status is present in config
|
void |
setEnabled(Boolean enabled) |
public boolean isEnabled()
public void setEnabled(Boolean enabled)
public boolean isEnabledStatusPresent()
Copyright © 2021 The Apache Software Foundation. All rights reserved.