Interface ExposeExtension
-
- All Superinterfaces:
BasicExtension,org.pf4j.ExtensionPoint
- All Known Implementing Classes:
AgencyExposeExtension,ExposeAdapter
public interface ExposeExtension extends BasicExtension
ExposeExtension.- Author:
- Andreas Rudolph
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractExpose[]createExposes()static Collection<ExposeExtension>load()-
Methods inherited from interface com.openindex.openestate.tool.extensions.BasicExtension
getRequiredPluginIds
-
-
-
-
Method Detail
-
createExposes
AbstractExpose[] createExposes()
-
load
static Collection<ExposeExtension> load()
-
-