public class DirectoryScanner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DirectoryScanner.FailMode |
Constructor and Description |
---|
DirectoryScanner(Path path) |
DirectoryScanner(Path path,
int depth,
DirectoryScanner.FailMode failMode) |
public DirectoryScanner(Path path)
public DirectoryScanner(Path path, int depth, DirectoryScanner.FailMode failMode)
public Map<String,Map<String,Map<String,String>>> scan() throws IOException
IOException
protected int loadFile(Path file, Map<String,Map<String,Map<String,String>>> result) throws IOException
IOException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.