Interface PluginLoader
- 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
Modifier and TypeMethodDescriptionvoid 
- 
Method Details
- 
getPlugins
ArrayList<PluginConfig> getPlugins() - 
getPluginFailures
ArrayList<PluginConfig> getPluginFailures() - 
loadPlugins
- Throws:
 CommandException
 
 -