Class AgentModelProvider

java.lang.Object
org.openremote.agent.protocol.AgentModelProvider
All Implemented Interfaces:
org.openremote.model.AssetModelProvider

public class AgentModelProvider extends Object implements org.openremote.model.AssetModelProvider
Enables scanning of descriptors in the agent module
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Indicates if the containing JAR of this AssetModelProvider should be auto scanned for Asset 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 this AssetModelProvider should be auto scanned for Asset implementations; descriptors are then extracted using reflection from these classes.
      Specified by:
      useAutoScan in interface org.openremote.model.AssetModelProvider