|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
xsmeral.semnet.crawler | Core classes of the crawler - the crawler/processor itself, host manager, URL manager, DB layer |
xsmeral.semnet.manager | Classes for management of processing jobs |
xsmeral.semnet.query | The query interface. |
xsmeral.semnet.util | Various utility classes for working with XPath or URLs, and processors for debugging. |
Uses of ConfigurationException in xsmeral.semnet.crawler |
---|
Methods in xsmeral.semnet.crawler that throw ConfigurationException | |
---|---|
URLManager.Query |
URLManager.Query.getQuery()
Constructs the query. |
URLManager.Query |
URLManager.QueryBuilderImpl.getQuery()
|
Constructors in xsmeral.semnet.crawler that throw ConfigurationException | |
---|---|
RDBLayer(Properties dbProps)
Constructs the DB layer with parameters specified in the given Properties instance. |
|
RDBLayer(String dbDriverClassName,
String dbURL,
String dbUser,
String dbPassword,
String dbSchema,
boolean autoCommit)
|
Uses of ConfigurationException in xsmeral.semnet.manager |
---|
Constructors in xsmeral.semnet.manager that throw ConfigurationException | |
---|---|
JobRunner(ProcessingJob job,
String workingDir)
Creates an instance for the specified job and working directory. |
Uses of ConfigurationException in xsmeral.semnet.query |
---|
Constructors in xsmeral.semnet.query that throw ConfigurationException | |
---|---|
QueryInterface(Properties props)
Initializes the repository from the given configuration. |
Uses of ConfigurationException in xsmeral.semnet.util |
---|
Methods in xsmeral.semnet.util that throw ConfigurationException | ||
---|---|---|
static
|
Util.objectFromXml(String xmlFileName,
Class<T> cls)
Deserializes an object from XML file, using XStream |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |