Class ConfigUtil
java.lang.Object
io.freefair.gradle.plugins.lombok.internal.ConfigUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic TaskProvider<LombokConfig>
getLombokConfigTask
(Project project, SourceSet sourceSet) static Map<File,
TaskProvider<LombokConfig>> getLombokConfigTasks
(Project project, String sourceSetName, Set<File> srcDirs) Deprecated.isDisableConfig
(Project project) Resolves the Set of configuration files which lombok would use for the given path.
-
Method Details
-
getLombokConfigTasks
@Deprecated public static Map<File,TaskProvider<LombokConfig>> getLombokConfigTasks(Project project, String sourceSetName, Set<File> srcDirs) Deprecated. -
getLombokConfigTask
-
isDisableConfig
-
resolveConfigFilesForPath
Resolves the Set of configuration files which lombok would use for the given path.May return null, if imports are used within the files which could not be resolved.
- Throws:
IOException
-