|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgr.demokritos.iit.jinsect.structs.CategorizedFileEntry
public class CategorizedFileEntry
An entry object including information about a file and a given category.
Constructor Summary | |
---|---|
CategorizedFileEntry(java.lang.String sFilename,
java.lang.String sCategory)
Creates an entry for a file that belongs to a specified category. |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object oObj)
|
java.lang.String |
getCategory()
Returns the category of this CategorizedFileEntry . |
java.lang.String |
getFileName()
Returns the file name of this CategorizedFileEntry . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CategorizedFileEntry(java.lang.String sFilename, java.lang.String sCategory)
sFilename
- The filename of the filesCategory
- The name of the category, where the file belongsMethod Detail |
---|
public java.lang.String getCategory()
CategorizedFileEntry
.
public java.lang.String getFileName()
CategorizedFileEntry
.
public int compareTo(java.lang.Object oObj)
compareTo
in interface java.lang.Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |