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 SummaryConstructors Constructor Description SchemaFolderFinder()
 - 
Method SummaryAll 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- 
preVisitDirectorypublic FileVisitResult preVisitDirectory(Path dir, BasicFileAttributes attrs) throws IOException - Specified by:
- preVisitDirectoryin interface- FileVisitor<Path>
- Throws:
- IOException
 
 - 
visitFilepublic FileVisitResult visitFile(Path file, BasicFileAttributes attrs) throws IOException - Specified by:
- visitFilein interface- FileVisitor<Path>
- Throws:
- IOException
 
 - 
visitFileFailedpublic FileVisitResult visitFileFailed(Path file, IOException exc) throws IOException - Specified by:
- visitFileFailedin interface- FileVisitor<Path>
- Throws:
- IOException
 
 - 
postVisitDirectorypublic FileVisitResult postVisitDirectory(Path dir, IOException exc) throws IOException - Specified by:
- postVisitDirectoryin interface- FileVisitor<Path>
- Throws:
- IOException
 
 - 
getLastDirectorypublic File getLastDirectory() 
 
- 
 
-