|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InitializationException | |
---|---|
de.dfki.lt.hog | |
de.dfki.lt.hog.exceptions | |
de.dfki.lt.hog.modules |
Uses of InitializationException in de.dfki.lt.hog |
---|
Methods in de.dfki.lt.hog that throw InitializationException | |
---|---|
protected void |
Module.init(java.util.Properties configProps)
This makes the basic initialization of the module for a Properties object configProps . |
protected void |
XmlRpcModule.init(java.util.Properties xmlRpcModuleConfig)
Initializes basic field values like name, server URL and XMLRPC client, by a Properties object. |
static Module |
Launcher.registerModule(java.lang.String moduleClass,
java.util.Properties configProps,
java.lang.String rmiServer,
java.lang.String rmiPort)
This creates an instance of moduleClass using
configProps and registers it in the local registry. |
static java.rmi.Remote |
Launcher.registerRmiModule(java.lang.String rmiModuleClass,
java.util.Properties configProps,
java.lang.String rmiServer,
java.lang.String rmiPort)
This creates an instance of rmiModuleClass using
configProps and registers it in the rmi registry
using rmiServer and rmiPort . |
protected java.io.File |
Module.searchConfigFile(java.lang.String configFile)
This searchs a config file in the config file search path and returns it's first occurrence. |
protected java.io.File |
Module.searchConfigFile(java.lang.String configFile,
java.util.List dirList)
This searchs a config file in the config file search path and returns it's first occurrence. |
Uses of InitializationException in de.dfki.lt.hog.exceptions |
---|
Subclasses of InitializationException in de.dfki.lt.hog.exceptions | |
---|---|
class |
NoSuchPropertyException
NoSuchPropertyException is thrown when a property
can't be found in the properties. |
Uses of InitializationException in de.dfki.lt.hog.modules |
---|
Methods in de.dfki.lt.hog.modules that throw InitializationException | |
---|---|
void |
TreeTaggerModule.start()
|
Constructors in de.dfki.lt.hog.modules that throw InitializationException | |
---|---|
ChunkieModule(java.util.Properties chunkieModuleProps)
|
|
CorcyModule(java.util.Properties tntModuleProps)
|
|
Rasp2Module(java.util.Properties raspModuleProps)
|
|
RaspModule(java.util.Properties raspModuleProps)
|
|
SleepyModule(java.util.Properties sleepyModuleProps)
|
|
TnTModule(java.util.Properties tntModuleProps)
|
|
TreeTaggerModule(java.util.Properties treetaggerModuleProps)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |