base.jdbs
Class BackupDescriptor

java.lang.Object
  extended by base.jdbs.BackupDescriptor

public class BackupDescriptor
extends java.lang.Object


Constructor Summary
BackupDescriptor(java.io.File artifactDirectory)
          This is the default constructor.
 
Method Summary
 java.io.File getArtifactDirectory()
           
 Backup getBackup()
           
 java.io.File getBackupFile()
           
 java.io.File getCrc32ChecksumFile()
           
 java.lang.String getCrc32ChecksumValue()
           
 java.io.File getInfoFile()
           
 java.io.File getMd5DigestFile()
           
 java.lang.String getMd5DigestValue()
           
 java.io.File getMd5SignedFile()
           
 java.io.File getX509CertificateFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BackupDescriptor

public BackupDescriptor(java.io.File artifactDirectory)
This is the default constructor.

Parameters:
artifactDirectory - The directory associated to a backup.
Method Detail

getBackupFile

public java.io.File getBackupFile()
Returns:
Returns the backupFile.

getCrc32ChecksumFile

public java.io.File getCrc32ChecksumFile()
Returns:
Returns the crc32ChecksumFile.

getCrc32ChecksumValue

public java.lang.String getCrc32ChecksumValue()

getMd5DigestFile

public java.io.File getMd5DigestFile()
Returns:
Returns the md5DigestFile.

getMd5DigestValue

public java.lang.String getMd5DigestValue()

getMd5SignedFile

public java.io.File getMd5SignedFile()
Returns:
Returns the md5SignedFile.

getX509CertificateFile

public java.io.File getX509CertificateFile()
Returns:
Returns the x509CertificateFile.

getInfoFile

public java.io.File getInfoFile()
Returns:
Returns the infoFile.

getBackup

public Backup getBackup()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getArtifactDirectory

public java.io.File getArtifactDirectory()
Returns:
Returns the artifactDirectory.


Copyright © 2006 SF.net. All Rights Reserved.