Class NetdataAdapterInfo
java.lang.Object
eu.binjr.core.data.adapters.BaseDataAdapterInfo
eu.binjr.sources.netdata.adapters.NetdataAdapterInfo
- All Implemented Interfaces:
eu.binjr.core.data.adapters.DataAdapterInfo
public class NetdataAdapterInfo
extends eu.binjr.core.data.adapters.BaseDataAdapterInfo
Defines the metadata associated with the NetdataDataAdapter
-
Property Summary
Properties inherited from class eu.binjr.core.data.adapters.BaseDataAdapterInfo
enabled -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class eu.binjr.core.data.adapters.BaseDataAdapterInfo
enabledProperty, getAdapterClass, getAdapterDialog, getApiLevel, getCopyright, getDescription, getJarLocation, getKey, getLicense, getName, getPreferences, getSiteUrl, getSourceLocality, getVersion, isEnabled, setEnabled
-
Constructor Details
-
NetdataAdapterInfo
public NetdataAdapterInfo() throws eu.binjr.core.data.exceptions.CannotInitializeDataAdapterExceptionInitialises a new instance of theNetdataAdapterInfoclass.- Throws:
eu.binjr.core.data.exceptions.CannotInitializeDataAdapterException- if an error occurs initializing the adapter.
-