|
Jalopy 1.0b11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.hunsicker.jalopy.storage.History.Method
public static final class History.Method
Represents the method used to identify dirty files and changed files.
| Field Summary | |
|---|---|
static History.Method |
ADLER32
Use Adler32 checksum. |
static History.Method |
CRC32
Use CRC32 checksum. |
static History.Method |
TIMESTAMP
Use simple, last modified timestamp. |
| Method Summary | |
|---|---|
java.lang.String |
getName()
Returns the name of this method. |
java.lang.String |
toString()
Returns a string representation of this method. |
static History.Method |
valueOf(java.lang.String methodName)
Returns the history method for the given name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final History.Method TIMESTAMP
public static final History.Method CRC32
public static final History.Method ADLER32
| Method Detail |
|---|
public static History.Method valueOf(java.lang.String methodName)
methodName - a valid method name. Either "timestamp",
"crc32" or "adler32" (case-sensitive).
java.lang.IllegalArgumentException - if an invalid name specified.public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Object
|
Jalopy 1.0b11 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||