|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.exist.backup.Backup
public class Backup
| Field Summary | |
|---|---|
Properties |
contentsOutputProps
|
Properties |
defaultOutputProperties
|
| Constructor Summary | |
|---|---|
Backup(String user,
String pass,
String target)
|
|
Backup(String user,
String pass,
String target,
XmldbURI rootCollection)
|
|
Backup(String user,
String pass,
String target,
XmldbURI rootCollection,
Properties property)
|
|
| Method Summary | |
|---|---|
void |
backup(boolean guiMode,
JFrame parent)
|
static String |
decode(String enco)
|
static String |
encode(String enco)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public Properties defaultOutputProperties
public Properties contentsOutputProps
| Constructor Detail |
|---|
public Backup(String user,
String pass,
String target,
XmldbURI rootCollection)
public Backup(String user,
String pass,
String target)
public Backup(String user,
String pass,
String target,
XmldbURI rootCollection,
Properties property)
| Method Detail |
|---|
public static String encode(String enco)
public static String decode(String enco)
public void backup(boolean guiMode,
JFrame parent)
throws org.xmldb.api.base.XMLDBException,
IOException,
SAXException
org.xmldb.api.base.XMLDBException
IOException
SAXExceptionpublic static void main(String[] args)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||