JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
E
F
G
I
L
M
N
O
R
S
T
A
apply(Project)
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogGradlePlugin
D
DEF_FILE_IS_NULL
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
ErrorMessageConstants
The value of property "fileNamingWatchDog.definitionFile" must not be null, please set it to a valid file!
E
ErrorMessageConstants
- Class in
org.luossfi.gradle.helper.fnwdgp
This constants class is used to define the error message constants.
F
FileNamingWatchDogExtension
- Class in
org.luossfi.gradle.plugin.fnwdgp
The Class FileNamingWatchDogExtension is the POJO which defines the plugin's configuration.
FileNamingWatchDogExtension(Project)
- Constructor for class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Instantiates a new file naming watch dog extension.
FileNamingWatchDogGradlePlugin
- Class in
org.luossfi.gradle.plugin.fnwdgp
Defines the plugin itself by adding the
FileNamingWatchDogExtension
and the
FileNamingWatchDogTask
to the project.
FileNamingWatchDogGradlePlugin()
- Constructor for class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogGradlePlugin
FileNamingWatchDogTask
- Class in
org.luossfi.gradle.plugin.fnwdgp
The Class FileNamingWatchDogTask contains the tasks logic.
FileNamingWatchDogTask()
- Constructor for class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogTask
FOUND_SRC_DIR
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
LogMessageConstants
Found source directory: {0}
G
getDefinitionFile()
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Gets the naming convention definition file.
getPlaceholderValues()
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Gets the placeholder values to be used for the naming convention definition file.
getSourceDirs()
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Gets the source directories to scan with the watch dog.
I
isFailBuild()
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Checks if the build should fail if the watch dog finds a violation.
L
LogMessageConstants
- Class in
org.luossfi.gradle.helper.fnwdgp
This constants class is used to define the log message constants.
M
MessageTranslator
- Class in
org.luossfi.gradle.helper.fnwdgp
The error message translator is a helper class which can be used to translate input keys into the JVM's language.
MessageTranslator()
- Constructor for class org.luossfi.gradle.helper.fnwdgp.
MessageTranslator
N
NO_SRC_DIRS
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
LogMessageConstants
No source directories defined, please define them by setting property "fileNamingWatchDog.sourceDirs".
NONCOMPLIANT_FILE
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
LogMessageConstants
The file "{0}" in package "{1}" violates the naming conventions.
NONCOMPLIANT_PACKAGE
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
LogMessageConstants
The package "{0}" violates the naming conventions.
O
org.luossfi.gradle.helper.fnwdgp
- package org.luossfi.gradle.helper.fnwdgp
org.luossfi.gradle.plugin.fnwdgp
- package org.luossfi.gradle.plugin.fnwdgp
R
runWatchDog()
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogTask
Checks the task's configuration and runs the File Naming Watch Dog.
S
SCANNING_SRC_DIR
- Static variable in class org.luossfi.gradle.helper.fnwdgp.
LogMessageConstants
Scanning source directory "{0}".
setDefinitionFile(File)
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Sets a custom naming convention definition file.
setFailBuild(boolean)
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Sets if the build should fail if the watch dog finds a violation.
setPlaceholderValues(Map<String, String>)
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Sets custom the placeholder values.
setSourceDirs(Set<File>)
- Method in class org.luossfi.gradle.plugin.fnwdgp.
FileNamingWatchDogExtension
Sets custom source directories.
T
translateError(String, Object...)
- Static method in class org.luossfi.gradle.helper.fnwdgp.
MessageTranslator
Translate the input error message key and replace the placeholders inside the translation with the values from arguments.
translateLog(String, Object...)
- Static method in class org.luossfi.gradle.helper.fnwdgp.
MessageTranslator
Translate the input log message key and replace the placeholders inside the translation with the values from arguments.
A
D
E
F
G
I
L
M
N
O
R
S
T
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes