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