|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InitializationException | |
---|---|
org.apache.stylebook | |
org.apache.stylebook.parsers |
Uses of InitializationException in org.apache.stylebook |
---|
Methods in org.apache.stylebook that throw InitializationException | |
---|---|
static Component |
ComponentFactory.getComponent(String classname)
Create a new Component instance. |
static Parser |
ComponentFactory.getParser(String classname)
Create a new Parser instance. |
static Printer |
ComponentFactory.getPrinter(String classname)
Create a new Printer instance. |
static Processor |
ComponentFactory.getProcessor(String classname)
Create a new Processor instance. |
static Producer |
ComponentFactory.getProducer(String classname)
Create a new Producer instance. |
void |
AbstractComponent.init(Engine e,
Parameters p)
Initialize this component instance. |
void |
Component.init(Engine e,
Parameters p)
Initialize this component instance. |
Constructors in org.apache.stylebook that throw InitializationException | |
---|---|
BasicEngine(String parser,
URL conf,
Logger logger)
Create a new instance of this Engine. |
Uses of InitializationException in org.apache.stylebook.parsers |
---|
Methods in org.apache.stylebook.parsers that throw InitializationException | |
---|---|
void |
CachingParser.init(Engine e,
Parameters p)
Initialize this component instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |