Package ru.slie.luna.system.plugin
Interface Plugin
public interface Plugin
-
Method Details
-
getKey
String getKey() -
getName
String getName() -
getDescription
String getDescription() -
getVendor
Plugin.Vendor getVendor() -
getFileName
String getFileName() -
getEnabled
boolean getEnabled() -
getVersion
String getVersion() -
getResources
List<Plugin.Resource> getResources() -
getComponents
List<Plugin.Component> getComponents() -
getRestPackages
List<Plugin.RestComponent> getRestPackages() -
getActiveDocs
-