Interface ConfigFilesFinder.FileConsumer
-
- All Known Implementing Classes:
ConfigFilesFinder.ConfigFilesCollector
- Enclosing class:
- ConfigFilesFinder
public static interface ConfigFilesFinder.FileConsumer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
consumeFile(ConfigFilesFinder.FileInfo f)
void
error(Path file, IOException e)
-
-
-
Method Detail
-
consumeFile
void consumeFile(@NotNull ConfigFilesFinder.FileInfo f)
-
error
void error(@NotNull Path file, @NotNull IOException e)
-
-