|
||||||||||
| 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. |
java.lang.String |
toString()
Returns an expressive representation of the entry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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 belongs| Method 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.Comparablepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||