public class ClassRepositoryEntry
extends java.lang.Object
ClassRepository| Modifier and Type | Class and Description |
|---|---|
static class |
ClassRepositoryEntry.Info
Provides information about a repository entry.
|
| Constructor and Description |
|---|
ClassRepositoryEntry(ClassRepositoryEntry.Info info,
java.util.Set data)
Creates a new ClassRepositoryEntry object.
|
ClassRepositoryEntry(java.io.File location,
long lastModified,
java.util.Set data)
Creates a new ClassRepositoryEntry object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.util.Set |
getData()
Returns the current data.
|
ClassRepositoryEntry.Info |
getInfo()
Returns the entry information.
|
static ClassRepositoryEntry.Info |
getInfo(java.io.File file)
Returns the entry information for the given repository entry file.
|
int |
hashCode() |
void |
setData(java.util.Set data)
Sets the data of the entry.
|
java.lang.String |
toString() |
public ClassRepositoryEntry(ClassRepositoryEntry.Info info, java.util.Set data)
info - the entry information.data - set with the actual data.public ClassRepositoryEntry(java.io.File location,
long lastModified,
java.util.Set data)
location - the location of the original source.lastModified - data - contents.public static ClassRepositoryEntry.Info getInfo(java.io.File file) throws java.io.IOException
file - repository entry file (those ending with .jdb).java.io.IOException - if an I/O error occured.public void setData(java.util.Set data)
data - data (of type <String>).public java.util.Set getData()
<String>).public ClassRepositoryEntry.Info getInfo()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic 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