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 Detail

      • getLicense

        List<License> getLicense​(List<License> listOfExistingLicenses)
        Returns a list of custom Licenses.
        Parameters:
        listOfExistingLicenses - contains all currently licenses.
        Returns: