Package org.geotools.data.mongodb
Class MongoUtil.SchemaFolderFinder
- Object
-
- SchemaFolderFinder
-
- All Implemented Interfaces:
FileVisitor<Path>
- Enclosing class:
- MongoUtil
public static class MongoUtil.SchemaFolderFinder extends Object implements FileVisitor<Path>
-
-
Constructor Summary
Constructors Constructor Description SchemaFolderFinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetLastDirectory()FileVisitResultpostVisitDirectory(Path dir, IOException exc)FileVisitResultpreVisitDirectory(Path dir, BasicFileAttributes attrs)FileVisitResultvisitFile(Path file, BasicFileAttributes attrs)FileVisitResultvisitFileFailed(Path file, IOException exc)
-
-
-
Method Detail
-
preVisitDirectory
public FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException
- Specified by:
preVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-
visitFile
public FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException
- Specified by:
visitFilein interfaceFileVisitor<Path>- Throws:
IOException
-
visitFileFailed
public FileVisitResult visitFileFailed(Path file, IOException exc) throws IOException
- Specified by:
visitFileFailedin interfaceFileVisitor<Path>- Throws:
IOException
-
postVisitDirectory
public FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException
- Specified by:
postVisitDirectoryin interfaceFileVisitor<Path>- Throws:
IOException
-
getLastDirectory
public File getLastDirectory()
-
-