Package org.firebirdsql.management
Class FBBackupManagerBase.PathSizeStruct
- java.lang.Object
-
- org.firebirdsql.management.FBBackupManagerBase.PathSizeStruct
-
- Enclosing class:
- FBBackupManagerBase
protected static class FBBackupManagerBase.PathSizeStruct extends java.lang.Object
Structure that holds path to the database and corresponding size of the file (in case of backup - that is size of the file in megabytes, in case of restore - size of the database file in pages).
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
PathSizeStruct(java.lang.String path, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getPath()
int
getSize()
int
hashCode()
java.lang.String
toString()
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
-
getSize
public int getSize()
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-