public class FileScannedItem extends AbstractScannedItem
| Constructor and Description |
|---|
FileScannedItem(Scanner scanner,
FileScannedItem marker,
java.io.File root,
java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAbsolutePath() |
java.io.File |
getFile() |
java.io.InputStream |
getInputStream() |
java.lang.String |
getName() |
java.lang.String |
getRelativePath() |
java.io.File |
getRoot() |
long |
getSize() |
int |
hashCode() |
getClassName, getContent, getExtension, getMarker, getScanner, loadAsClass, loadAsProperties, toStringpublic FileScannedItem(Scanner scanner, FileScannedItem marker, java.io.File root, java.io.File file)
public java.io.File getRoot()
public java.io.File getFile()
public long getSize()
public java.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String getName()
public java.lang.String getRelativePath()
public java.lang.String getAbsolutePath()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object