public interface ScannedItem
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
String |
getClassName() |
byte[] |
getContent() |
String |
getExtension() |
InputStream |
getInputStream() |
ScannedItem |
getMarker() |
String |
getName() |
String |
getRelativePath() |
Scanner |
getScanner() |
long |
getSize() |
Class<?> |
loadAsClass() |
Properties |
loadAsProperties() |
Scanner getScanner()
ScannedItem getMarker()
String getExtension()
String getRelativePath()
String getAbsolutePath()
String getClassName()
long getSize()
InputStream getInputStream() throws IOException
IOExceptionbyte[] getContent() throws IOException
IOExceptionProperties loadAsProperties() throws IOException, IllegalArgumentException
IOExceptionIllegalArgumentExceptionClass<?> loadAsClass() throws ClassNotFoundException, IOException, ClassFormatError