Package org.eblocker.server.http.backup
Class BackupAttributes
java.lang.Object
org.eblocker.server.http.backup.BackupAttributes
Defines meta-data about a backup
-
Constructor Summary
ConstructorsConstructorDescriptionBackupAttributes(int version, int schemaVersion, boolean passwordRequired) BackupAttributes(Attributes attributes) -
Method Summary
-
Constructor Details
-
BackupAttributes
public BackupAttributes(int version, int schemaVersion, boolean passwordRequired) -
BackupAttributes
-
-
Method Details
-
addToAttributes
-
getVersion
public int getVersion() -
getSchemaVersion
public int getSchemaVersion() -
isPasswordRequired
public boolean isPasswordRequired()
-