Package org.hotswap.agent.util.scanner
Interface ScannerVisitor
-
public interface ScannerVisitorVisit a file found by a scanner.- Author:
- Jiri Bubnik
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(InputStream file)Visit the file.
-
-
-
Method Detail
-
visit
void visit(InputStream file) throws IOException
Visit the file.- Parameters:
file- the file- Throws:
IOException- IO exception while working with the file stream.
-
-