|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.hunsicker.jalopy.language.ClassRepositoryEntry.Info
Provides information about a repository entry.
Constructor Summary | |
ClassRepositoryEntry.Info(File location)
Creates a new Info object. |
Method Summary | |
int |
compareTo(Object o)
Compares this object with the specified object for order. |
boolean |
equals(Object o)
|
String |
getFilename()
Returns the filename under which this entry is stored. |
File |
getLocation()
Returns the original location of the entry's data. |
int |
hashCode()
{@inheritDoc} |
boolean |
isLoaded()
|
boolean |
isRefreshable()
Determines whether this entry can be refreshed. |
void |
setLoaded(boolean loaded)
|
String |
toString()
{@inheritDoc} |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ClassRepositoryEntry.Info(File location)
location
- location of the source for the entry (either file or directory
are valid).IllegalArgumentException
- if location does not denote an
existing archive or directory.Method Detail |
public String getFilename()
public void setLoaded(boolean loaded)
public boolean isLoaded()
public File getLocation()
public boolean isRefreshable()
true
if the entry can be refreshed.public int compareTo(Object o)
compareTo
in interface Comparable
o
- the object to be compared.ClassCastException
- if the specified object's type prevents it from
being compared to this object.public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
Jalopy 1.0b10 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |