|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.scan.AbstractScannedItem
org.granite.scan.ZipScannedItem
public class ZipScannedItem
| Constructor Summary | |
|---|---|
ZipScannedItem(Scanner scanner,
ZipScannedItem marker,
ZipFile file,
ZipEntry entry)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAbsolutePath()
|
ZipEntry |
getEntry()
|
ZipFile |
getFile()
|
InputStream |
getInputStream()
|
String |
getName()
|
String |
getRelativePath()
|
long |
getSize()
|
int |
hashCode()
|
| Methods inherited from class org.granite.scan.AbstractScannedItem |
|---|
getClassName, getContent, getExtension, getMarker, getScanner, loadAsClass, loadAsProperties, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ZipScannedItem(Scanner scanner,
ZipScannedItem marker,
ZipFile file,
ZipEntry entry)
| Method Detail |
|---|
public ZipFile getFile()
public ZipEntry getEntry()
public String getName()
public String getRelativePath()
public String getAbsolutePath()
public long getSize()
public InputStream getInputStream()
throws IOException
IOExceptionpublic boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||