|
||||||||||
| 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(File file,
long checksum)
Create a new FileDigest object. |
|
| Method Summary | |
long |
getChecksum()
Retrieve the checksum calculated at deployment time. |
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(File file,
long checksum)
file - the file.checksum - the checksum value of the file.| Method Detail |
public File getFile()
public long getChecksum()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||