|
||||||||||
| 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.FileScannedItem
public class FileScannedItem
| Constructor Summary | |
|---|---|
FileScannedItem(Scanner scanner,
FileScannedItem marker,
File root,
File file)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getAbsolutePath()
|
File |
getFile()
|
InputStream |
getInputStream()
|
String |
getName()
|
String |
getRelativePath()
|
File |
getRoot()
|
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 FileScannedItem(Scanner scanner,
FileScannedItem marker,
File root,
File file)
| Method Detail |
|---|
public File getRoot()
public File getFile()
public long getSize()
public InputStream getInputStream()
throws IOException
IOExceptionpublic String getName()
public String getRelativePath()
public String getAbsolutePath()
public 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 | |||||||||