Loads configuration files either from custom configs directory (quality.configDir) or from classpath. When loading from classpath all files are copied (and cached) in build/quality-configs/.
| Type | Name and description |
|---|---|
java.io.File |
configDir |
org.gradle.api.Project |
project |
java.io.File |
tmpConfigDir |
| Constructor and description |
|---|
ConfigLoader
(org.gradle.api.Project project) |
| Type | Name and description |
|---|---|
java.io.File |
getCheckstyleConfig() |
java.io.File |
getCheckstyleXsl() |
java.io.File |
getCodenarcConfig() |
java.io.File |
getFindbugsExclude() |
java.io.File |
getFindbugsXsl() |
java.io.File |
getPmdConfig() |
void |
initUserConfigs(boolean override)Copies default configs into configured user directory. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Copies default configs into configured user directory.
override - override filedGroovy Documentation