|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcodesize.Codesize.Item
public static class Codesize.Item
Container which keeps information extracted by Codesize.
Codesize.processClassFile(File)
,
Codesize.processDirectory(File)
,
Codesize.processZipFile(File)
,
Codesize.processZipFile(File, ZipInputStream)
Method Summary | |
---|---|
int |
compareTo(Object item)
Compares this item with another item based on their code sizes. |
int |
getClassSize()
Returns the total size of all found class files. |
int |
getCodeSize()
Returns the total code size of all found class files. |
File |
getLocation()
Returns the file location of the item. |
int |
getNClassFiles()
Returns the number of found class files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public File getLocation()
public int getNClassFiles()
public int getClassSize()
public int getCodeSize()
public int compareTo(Object item)
compareTo
in interface Comparable
item
- the item to be compared
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |