Package 

Interface IAppDpParserPlugin

    • Method Summary

      Modifier and Type Method Description
      abstract IDeviceDpParser update(DeviceBean deviceBean) update device dp info
      abstract IDeviceDpParser update(GroupBean groupBean) update group dp info
      abstract Unit remove(String id) remove cached parser
      abstract Unit removeAll(List<String> ids) remove cached parsers
      abstract IDeviceDpParser getParser(String id) get device(group) dp parse module
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait