-
- All Known Implementing Classes:
CombinedContext
,DTFJContext
,EmptyDTFJContext
public interface PluginLoader
Used so that the DTFJPluginClassloader will not be referenced directly in code, but only loaded through reflection, using a dedicated classloader (in DTFJContext)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayList<PluginConfig>
getPluginFailures()
ArrayList<PluginConfig>
getPlugins()
void
loadPlugins()
-
-
-
Method Detail
-
getPlugins
ArrayList<PluginConfig> getPlugins()
-
getPluginFailures
ArrayList<PluginConfig> getPluginFailures()
-
loadPlugins
void loadPlugins() throws CommandException
- Throws:
CommandException
-
-