com.hp.hpl.jena.tdb
Class TDBBackup

java.lang.Object
  extended by com.hp.hpl.jena.tdb.TDBBackup

public class TDBBackup
extends Object

Backup a database.


Constructor Summary
TDBBackup()
           
 
Method Summary
static void backup(com.hp.hpl.jena.tdb.base.file.Location location, OutputStream backupfile)
           
static void backup(com.hp.hpl.jena.tdb.base.file.Location location, String backupfile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TDBBackup

public TDBBackup()
Method Detail

backup

public static void backup(com.hp.hpl.jena.tdb.base.file.Location location,
                          String backupfile)

backup

public static void backup(com.hp.hpl.jena.tdb.base.file.Location location,
                          OutputStream backupfile)


Licenced under the Apache License, Version 2.0