com.partnersoft.codex
Class CodexArchive

java.lang.Object
  extended by com.partnersoft.codex.CodexArchive

public class CodexArchive
extends java.lang.Object


Constructor Summary
CodexArchive(Codex codex, java.io.File file)
           
CodexArchive(Codex codex, java.lang.String path)
           
 
Method Summary
 Codex getCodex()
           
 java.util.Date getDate()
           
 java.io.File getFile()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CodexArchive

public CodexArchive(Codex codex,
                    java.io.File file)

CodexArchive

public CodexArchive(Codex codex,
                    java.lang.String path)
Method Detail

getCodex

public Codex getCodex()

getFile

public java.io.File getFile()

getDate

public java.util.Date getDate()

toString

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