org.exist.backup
Class AbstractBackupDescriptor

java.lang.Object
  extended by org.exist.backup.AbstractBackupDescriptor
All Implemented Interfaces:
BackupDescriptor
Direct Known Subclasses:
FileSystemBackupDescriptor, ZipArchiveBackupDescriptor

public abstract class AbstractBackupDescriptor
extends Object
implements BackupDescriptor


Field Summary
 
Fields inherited from interface org.exist.backup.BackupDescriptor
BACKUP_PROPERTIES, COLLECTION_DESCRIPTOR, DATE_PROP_NAME, INCREMENTAL_PROP_NAME, NUMBER_IN_SEQUENCE_PROP_NAME, PREVIOUS_PROP_NAME
 
Constructor Summary
AbstractBackupDescriptor()
           
 
Method Summary
 boolean before(long timestamp)
           
 Date getDate()
           
 void parse(ContentHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.exist.backup.BackupDescriptor
getBackupDescriptor, getChildBackupDescriptor, getInputSource, getInputSource, getName, getParentDir, getProperties, getSymbolicPath, getSymbolicPath
 

Constructor Detail

AbstractBackupDescriptor

public AbstractBackupDescriptor()
Method Detail

getDate

public Date getDate()
Specified by:
getDate in interface BackupDescriptor

before

public boolean before(long timestamp)
Specified by:
before in interface BackupDescriptor

parse

public void parse(ContentHandler handler)
           throws IOException,
                  SAXException,
                  ParserConfigurationException
Specified by:
parse in interface BackupDescriptor
Throws:
IOException
SAXException
ParserConfigurationException


Copyright (C) Wolfgang Meier. All rights reserved.