|
Jalopy 1.0b11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Provides information about a repository entry.
Constructor Summary | |
ClassRepositoryEntry.Info(java.io.File location)
Creates a new Info object. |
Method Summary | |
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()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
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.Method Detail |
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)
public int hashCode()
public java.lang.String toString()
|
Jalopy 1.0b11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |