JavaScript is disabled on your browser.
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
A
addFacetIfNotExists(String, List<String>)
- Method in
BaseFacetDetector
Adds a facet to the facet list if the list does not already contain the facet.
addFacetsIfNotExists(List<String>, List<String>)
- Method in
BaseFacetDetector
Adds multiple facets to the list of facets if the list does not already contain the facets.
AlwaysIncludeFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Adds facets that are always required.
apply(Project)
- Method in
GitIgnorePlugin
applyTasks(Project)
- Method in
GitIgnorePlugin
B
BaseFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Base class for all facet detectors.
BasePluginFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Base class for all facet detectors that are based on plugins applied to the project.
BasePluginFacetDetector(Project)
- Constructor in
BasePluginFacetDetector
BuildGitIgnoreTask
- Class in
com.github.gregwhitaker.gitignore.plugin.tasks
C
CleanGitIgnoreTask
- Class in
com.github.gregwhitaker.gitignore.plugin.tasks
D
detect(Project, List<String>)
- Method in
FacetDetectors
Runs all
BaseFacetDetector
implementations.
DisplayGitIgnoreTask
- Class in
com.github.gregwhitaker.gitignore.plugin.tasks
E
F
FacetDetectors
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Holder for all
BaseFacetDetector
implementations.
facets(List<String>)
- Method in
AlwaysIncludeFacetDetector
facets(List<String>)
- Method in
BaseFacetDetector
Adds detected facets to the supplied facets collection
facets(List<String>)
- Method in
BasePluginFacetDetector
Adds facets to the list based on the plugins applied to the project.
facets(String)
- Method in
GitIgnorePluginExtension
List of facets to use when generating the .gitignore file.
facets(List<String>)
- Method in
OperatingSystemFacetDetector
G
GitIgnorePlugin
- Class in
com.github.gregwhitaker.gitignore.plugin
GitIgnorePluginExtension
- Class in
com.github.gregwhitaker.gitignore.plugin
H
I
IdeFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Detects which facets to add based on the IDE plugins applied to the project.
IdeFacetDetector(Project)
- Constructor in
IdeFacetDetector
J
K
L
LanguageFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Detects which facets to add based on the language plugins applied to the project.
LanguageFacetDetector(Project)
- Constructor in
LanguageFacetDetector
M
N
noAutoDetect()
- Method in
GitIgnorePluginExtension
Disables auto-detection of facets.
O
OperatingSystemFacetDetector
- Class in
com.github.gregwhitaker.gitignore.plugin.internal
Detects facets to add based on the operating system.
P
pluginToFacetsMappings()
- Method in
BasePluginFacetDetector
@return mapping of plugin to facets
pluginToFacetsMappings()
- Method in
IdeFacetDetector
pluginToFacetsMappings()
- Method in
LanguageFacetDetector
Q
R
run()
- Method in
BuildGitIgnoreTask
run()
- Method in
CleanGitIgnoreTask
run()
- Method in
DisplayGitIgnoreTask
S
T
U
url(String)
- Method in
GitIgnorePluginExtension
Overrides all facets and instead pulls the .gitignore file from the url specified.
V
W
X
Y
Z
_
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
_
Overview
Package
Class
Deprecated
Index
Help
Frames
No Frames
Groovy Documentation