public static final class ClassRepositoryEntry.Info
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable
Constructor and Description |
---|
ClassRepositoryEntry.Info(java.io.File location)
Creates a new Info object.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getFilename()
Returns the filename under which this entry is stored.
|
java.io.File |
getLocation()
Returns the original location of the entry's data.
|
int |
hashCode() |
boolean |
isLoaded() |
boolean |
isRefreshable()
Determines whether this entry can be refreshed.
|
void |
setLoaded(boolean loaded) |
java.lang.String |
toString() |
public ClassRepositoryEntry.Info(java.io.File location)
location
- location of the source for the entry (either file or directory
are valid).java.lang.IllegalArgumentException
- if location does not denote an
existing archive or directory.public java.lang.String getFilename()
public void setLoaded(boolean loaded)
public boolean isLoaded()
public java.io.File getLocation()
public boolean isRefreshable()
true
if the entry can be refreshed.public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- the object to be compared.java.lang.ClassCastException
- if the specified object's type prevents it from
being compared to this object.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
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