public class LinksConfigAdapter extends Object implements CockpitConfigurationAdapter<Links>
| Constructor and Description |
|---|
LinksConfigAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Links |
adaptAfterLoad(ConfigContext context,
Links links)
Adapts given cockpit configuration element after all subsequent configurations are loaded and merged.
|
Links |
adaptBeforeStore(ConfigContext context,
Links links)
Adapts given cockpit configuration element before it is stored.
|
Class<Links> |
getSupportedType()
Returns the type of configuration element this adapter supports.
|
void |
setPositionedSort(PositionedSort positionedSort) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptBeforeMergepublic void setPositionedSort(PositionedSort positionedSort)
public Class<Links> getSupportedType()
CockpitConfigurationAdaptergetSupportedType in interface CockpitConfigurationAdapter<Links>public Links adaptAfterLoad(ConfigContext context, Links links) throws CockpitConfigurationException
CockpitConfigurationAdapteradaptAfterLoad in interface CockpitConfigurationAdapter<Links>context - configuration contextlinks - configuration elementCockpitConfigurationException - if something went wrongpublic Links adaptBeforeStore(ConfigContext context, Links links) throws CockpitConfigurationException
CockpitConfigurationAdapteradaptBeforeStore in interface CockpitConfigurationAdapter<Links>context - configuration contextlinks - configuration elementCockpitConfigurationException - if something went wrongCopyright © 2018. All rights reserved.