Package org.openremote.agent.protocol
Class AgentModelProvider
java.lang.Object
org.openremote.agent.protocol.AgentModelProvider
- All Implemented Interfaces:
org.openremote.model.AssetModelProvider
Enables scanning of descriptors in the agent module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Indicates if the containing JAR of thisAssetModelProvider
should be auto scanned forAsset
implementations; descriptors are then extracted using reflection from these classes.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.openremote.model.AssetModelProvider
getAssetDescriptors, getAttributeDescriptors, getMetaItemDescriptors, getValueDescriptors, isDynamic, onAssetModelFinished
-
Constructor Details
-
AgentModelProvider
public AgentModelProvider()
-
-
Method Details
-
useAutoScan
public boolean useAutoScan()Description copied from interface:org.openremote.model.AssetModelProvider
Indicates if the containing JAR of thisAssetModelProvider
should be auto scanned forAsset
implementations; descriptors are then extracted using reflection from these classes.- Specified by:
useAutoScan
in interfaceorg.openremote.model.AssetModelProvider
-