public abstract class AbstractCockpitPlugin extends AbstractAppPlugin implements CockpitPlugin
CockpitPlugin
that comes with reasonable defaults.CockpitPlugin
Constructor and Description |
---|
AbstractCockpitPlugin() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getMappingFiles()
Returns a list of mapping files that define the custom queries
provided by this plugin.
|
getAssetDirectory, getResourceClasses, getResourceOverrides
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAssetDirectory, getId, getResourceClasses, getResourceOverrides
public List<String> getMappingFiles()
CockpitPlugin
The mapping files define additional MyBatis queries that can be executed by the plugin.
Inside the plugin the queries may be executed via the QueryService
that may be obtained through
Cockpit.getQueryService(java.lang.String)
.
getMappingFiles
in interface CockpitPlugin
Copyright © 2015. All rights reserved.