public static final class History.Method
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static History.Method |
ADLER32
Use Adler32 checksum.
|
static History.Method |
CRC32
Use CRC32 checksum.
|
static History.Method |
TIMESTAMP
Use simple, last modified timestamp.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final History.Method TIMESTAMP
public static final History.Method CRC32
public static final History.Method ADLER32
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
Submit a bug or feature.
For further information and documentation, visit the official Jalopy website.
This page generated: March 30 2013