public class FileSystemSourceCache extends Object
| Constructor and Description |
|---|
FileSystemSourceCache() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ConfigurationSource> |
sourcesForDirectory(URI directory,
ConfigurationProblemReporter reporter) |
Iterable<ConfigurationSource> |
sourcesForJavaFile(URI javaFile,
ConfigurationProblemReporter reporter) |
public Iterable<ConfigurationSource> sourcesForJavaFile(URI javaFile, ConfigurationProblemReporter reporter)
public Iterable<ConfigurationSource> sourcesForDirectory(URI directory, ConfigurationProblemReporter reporter)
Copyright © 2009-2014 The Project Lombok Authors, licensed under the MIT licence.