Plugin

In package com.cdsap.talaiot.entities

class com.cdsap.talaiot.entities.Plugin

TODO: figure out how to get the list of current plugins applied to the project

Fields

var id: String
var mainClass: String
var version: String

Constructors

constructor(id: String, mainClass: String, version: String)

TODO: figure out how to get the list of current plugins applied to the project

Parameters:
  • id: String
  • mainClass: String
  • version: String