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