|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.phoenix.components.deployer.installer.FileDigest
FileDigest holds file deployment information. Information used to verify if file was modified since deployment.
Constructor Summary | |
FileDigest(java.io.File file,
long checksum)
Create a new FileDigest object. |
Method Summary | |
long |
getChecksum()
Retrieve the checksum calculated at deployment time. |
java.io.File |
getFile()
Retrieve the file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileDigest(java.io.File file, long checksum)
file
- the file.checksum
- the checksum value of the file.Method Detail |
public java.io.File getFile()
public long getChecksum()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |