|
Jalopy 1.5b1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use History.Method | |
---|---|
de.hunsicker.jalopy | Contains the main classes to directly interact with the Jalopy formatting engine. |
de.hunsicker.jalopy.storage | The Jalopy runtime and persistant state storage and configuration facility. |
Uses of History.Method in de.hunsicker.jalopy |
---|
Methods in de.hunsicker.jalopy with parameters of type History.Method | |
---|---|
void |
Jalopy.setHistoryMethod(History.Method method)
Sets the history method to use. |
Uses of History.Method in de.hunsicker.jalopy.storage |
---|
Fields in de.hunsicker.jalopy.storage declared as History.Method | |
---|---|
static History.Method |
History.Method.ADLER32
Use Adler32 checksum. |
static History.Method |
History.Method.CRC32
Use CRC32 checksum. |
static History.Method |
History.Method.TIMESTAMP
Use simple, last modified timestamp. |
Methods in de.hunsicker.jalopy.storage that return History.Method | |
---|---|
static History.Method |
History.Method.valueOf(java.lang.String methodName)
Returns the history method for the given name. |
Constructors in de.hunsicker.jalopy.storage with parameters of type History.Method | |
---|---|
History.ChecksumCharArrayWriter(History.Method method)
|
|
Jalopy 1.5b1 | ||||||||
PREV NEXT | FRAMES NO FRAMES |