Package | Description |
---|---|
tigase.conf | |
tigase.xml.db |
This package contains implementation of simple data base stored in
XML file.
|
Modifier and Type | Method and Description |
---|---|
static ConfigXMLRepository |
ConfigXMLRepository.getConfigRepository() |
static ConfigXMLRepository |
ConfigXMLRepository.getConfigRepository(boolean debug,
String file_name) |
static ConfigXMLRepository |
ConfigXMLRepository.getConfigRepository(String file_name) |
Modifier and Type | Class and Description |
---|---|
class |
NodeExistsException
This exception is thrown when user tries to add subnode with name which already exists in data base.
|
class |
NodeNotFoundException
Exception is thrown when user tries to access non-existen node on 1st level.
|
Modifier and Type | Method and Description |
---|---|
protected void |
XMLDB.loadDB()
Loads XML from file
|
Constructor and Description |
---|
XMLDB(String db_file)
Creates XMLDB object with desired filename, if file modes is enabled then appropriate saver thread is created as
well.
|
Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.