|
Carrot2 Framework
API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ComponentFactoryLoader
The component loader is responsible for interpreting a stream of bytes and
turning it into an instance of LoadedComponentFactory.
| Method Summary | |
|---|---|
LoadedComponentFactory |
load(InputStream dataStream)
Loads a component factory and associated data from a data stream. |
| Method Detail |
|---|
LoadedComponentFactory load(InputStream dataStream)
throws IOException,
ComponentInitializationException
dataStream - The data stream to load from.
LoadedComponentFactory object.
IOException - If an i/o error occurs.
ComponentInitializationException
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||