public static final class History.Entry
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
History.Entry(java.lang.String packageName,
long modification)
Creates a new entry object.
|
Modifier and Type | Method and Description |
---|---|
long |
getModification()
Returns the last modification value (could be timestamp or crc).
|
java.lang.String |
getPackageName()
Returns the package name of the entry.
|
java.lang.String |
toString()
Returns a string representation of this entry.
|
public History.Entry(java.lang.String packageName, long modification)
packageName
- the package name of the entry.modification
- the value calculated for the last processing of this
entry.public long getModification()
public java.lang.String getPackageName()
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