Interface ILicensePluginInterface
-
- All Superinterfaces:
IPlugin
public interface ILicensePluginInterface extends IPlugin
This plugin-interface is being called after setting the default licenses of the database-explorer but before adding the list to the license-tableview, to show your own licenses to the UI or name third party licenses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<License>
getLicense(List<License> listOfExistingLicenses)
Returns a list of custom Licenses.-
Methods inherited from interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
getPluginName, getPluginVersion
-
-