Class ExtensionInfo

java.lang.Object
com.kosdev.kos.core.service.ext.ExtensionInfo

public class ExtensionInfo extends Object
Bean representation of core extension descriptor data so we can simply deserialize the object instead of extracting each field individually.
Since:
1
Version:
9
  • Constructor Details

    • ExtensionInfo

      public ExtensionInfo()
  • Method Details

    • getName

      public String getName()
      Return the name of the extension.
      Since:
      1
    • getBaseUrl

      public String getBaseUrl()
      Return the base url of the extension
      Since:
      1
    • getBaseTopic

      public String getBaseTopic()
      Return the base topic of the extension
      Since:
      1
    • getApiVersion

      public int getApiVersion()
      Return the api version
      Since:
      9
    • getKab

      public KabFile getKab()
    • setKab

      public void setKab(KabFile kab)