Package org.carrot2.core.controller

Interface Summary
ComponentFactoryLoader The component loader is responsible for interpreting a stream of bytes and turning it into an instance of LoadedComponentFactory.
ProcessLoader The process loader is responsible for interpreting a stream of bytes and turning it into an instance of LoadedProcess.
 

Class Summary
ControllerHelper This class contains utility methods for helping with instantiation of LocalComponentFactory and LocalProcess objects from their descriptions in XML, BeanShell any other persistent form and adding them to a controller component.
LoadedComponentFactory An information-holder class for LocalComponentFactory objects instantiated by ComponentFactoryLoader objects.
LoadedProcess An information-holder class for LocalProcess objects instantiated by ProcessLoader objects.
 

Exception Summary
LoaderExtensionUnknownException Thrown from component and process loader utility classes when a particular loader for the given extension is not known.
 



Copyright (c) Dawid Weiss, Stanislaw Osinski