Interface INewModelPluginInterface
-
public interface INewModelPluginInterface extends IPlugin, Callable<Boolean>
This plugin-interface is being called when adding allDatabaseModel
s toGeneralUtils.getDatabaseModels()
insideGeneralUtils.getDatabaseModelsClassList()
.
So with that plugin you are able to provide your ownDatabaseModel
and access to a custom Database-type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<DatabaseModel>
getDatabaseModelClass()
Returns the Class of the customDatabaseModel
to a new type of Database.-
Methods inherited from interface org.teichert.databaseexplorer.pluginInterfaces.IPlugin
getPluginName, getPluginVersion
-
-
-
-
Method Detail
-
getDatabaseModelClass
Class<DatabaseModel> getDatabaseModelClass() throws Exception
Returns the Class of the customDatabaseModel
to a new type of Database.- Returns:
- Throws:
Exception
-
-