public class DirNode extends Object
| Modifier and Type | Field and Description |
|---|---|
private Map<String,DirNode> |
name2node
The set of subdirectories
in the directory described by this node:
The keys are the names and the according values
are the nodes describing the subdirectories.
|
private Set<String> |
regularFileNames
The set of names of regular files, i.e. files except directories
in the directory described by this node.
|
| Constructor and Description |
|---|
DirNode(File dir,
TexFileUtils fileUtils)
Creates a new
DirNode instance. |
| Modifier and Type | Method and Description |
|---|---|
(package private) Set<String> |
getRegularFileNames() |
(package private) Map<String,DirNode> |
getSubdirs() |
(package private) boolean |
isValid()
Whether the directory described by this node is readable.
|
private final Set<String> regularFileNames
null.isValid()private final Map<String,DirNode> name2node
null.isValid()public DirNode(File dir, TexFileUtils fileUtils)
DirNode instance.
Logging: WFU01: Cannot read directory
dir - The directory this node represents
including subdirectories recursively.
This is the latex source directory or a subdirectory recursively.fileUtils - Copyright © 2016–2018 Simuline Organization (l2r). All rights reserved.