A B C D F G I L N O P R S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- apply(Project) - Method in class com.github.gregwhitaker.gitignore.GitIgnorePlugin
B
- BasePluginFacetDetector - Class in com.github.gregwhitaker.gitignore.facets
-
Base class for all facet detectors that require checking applied gradle plugins.
- BasePluginFacetDetector(Project) - Constructor for class com.github.gregwhitaker.gitignore.facets.BasePluginFacetDetector
C
- com.github.gregwhitaker.gitignore - package com.github.gregwhitaker.gitignore
- com.github.gregwhitaker.gitignore.facets - package com.github.gregwhitaker.gitignore.facets
- com.github.gregwhitaker.gitignore.tasks - package com.github.gregwhitaker.gitignore.tasks
- CREATE_GITIGNORE_TASK_NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnoreModule
- CreateGitIgnoreTask - Class in com.github.gregwhitaker.gitignore.tasks
-
Creates a .gitignore file in the project directory.
- CreateGitIgnoreTask() - Constructor for class com.github.gregwhitaker.gitignore.tasks.CreateGitIgnoreTask
D
- DELETE_GITIGNORE_TASK_NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnoreModule
- DeleteGitIgnoreTask - Class in com.github.gregwhitaker.gitignore.tasks
-
Deletes the ".gitignore" file from the project directory.
- DeleteGitIgnoreTask() - Constructor for class com.github.gregwhitaker.gitignore.tasks.DeleteGitIgnoreTask
- detect(Project, Set<String>) - Static method in class com.github.gregwhitaker.gitignore.facets.FacetDetectors
-
Detects facets to add.
F
- FacetDetector - Interface in com.github.gregwhitaker.gitignore.facets
-
Interface that all facet detectors must implement.
- FacetDetectors - Class in com.github.gregwhitaker.gitignore.facets
-
Detects facets to add based on the project's structure and applied plugins.
- FacetDetectors() - Constructor for class com.github.gregwhitaker.gitignore.facets.FacetDetectors
- facets(Set<String>) - Method in class com.github.gregwhitaker.gitignore.facets.BasePluginFacetDetector
- facets(Set<String>) - Method in interface com.github.gregwhitaker.gitignore.facets.FacetDetector
-
Detects facets and adds them to the facets set.
- facets(Set<String>) - Method in class com.github.gregwhitaker.gitignore.facets.OperatingSystemFacetDetector
G
- getFacets() - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
- getUrl() - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
- GitIgnoreExtension - Class in com.github.gregwhitaker.gitignore
-
GitIgnore Gradle Plugin extension properties.
- GitIgnoreExtension() - Constructor for class com.github.gregwhitaker.gitignore.GitIgnoreExtension
- GitIgnoreModule - Class in com.github.gregwhitaker.gitignore
-
Loads tasks and configuration for GitIgnore plugin.
- GitIgnoreModule() - Constructor for class com.github.gregwhitaker.gitignore.GitIgnoreModule
- GitIgnorePlugin - Class in com.github.gregwhitaker.gitignore
-
GitIgnore Gradle Plugin
- GitIgnorePlugin() - Constructor for class com.github.gregwhitaker.gitignore.GitIgnorePlugin
- GROUP_NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnorePlugin
-
GitIgnore Gradle task group name.
I
- IdeFacetDetector - Class in com.github.gregwhitaker.gitignore.facets
-
Adds facets based on the ide plugins detected.
- IdeFacetDetector(Project) - Constructor for class com.github.gregwhitaker.gitignore.facets.IdeFacetDetector
- isAutoDetect() - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
L
- LanguageFacetDetector - Class in com.github.gregwhitaker.gitignore.facets
-
Adds facets based on the language plugins detected.
- LanguageFacetDetector(Project) - Constructor for class com.github.gregwhitaker.gitignore.facets.LanguageFacetDetector
- LIST_GITIGNORE_FACETS_TASK_NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnoreModule
- ListGitIgnoreFacetsTask - Class in com.github.gregwhitaker.gitignore.tasks
-
Lists all facets supported by gitignore.io.
- ListGitIgnoreFacetsTask() - Constructor for class com.github.gregwhitaker.gitignore.tasks.ListGitIgnoreFacetsTask
- load(Project) - Static method in class com.github.gregwhitaker.gitignore.GitIgnoreModule
-
Loads and configures all tasks in the GitIgnore group.
- LocalStackFacetDetector - Class in com.github.gregwhitaker.gitignore.facets
-
Adds facets if the localstack gradle plugin is detected.
- LocalStackFacetDetector(Project) - Constructor for class com.github.gregwhitaker.gitignore.facets.LocalStackFacetDetector
N
- NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
- noAutoDetect() - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
O
- OperatingSystemFacetDetector - Class in com.github.gregwhitaker.gitignore.facets
-
Adds facets based on the operating system.
- OperatingSystemFacetDetector() - Constructor for class com.github.gregwhitaker.gitignore.facets.OperatingSystemFacetDetector
P
- PRINT_GITIGNORE_TASK_NAME - Static variable in class com.github.gregwhitaker.gitignore.GitIgnoreModule
- PrintGitIgnoreTask - Class in com.github.gregwhitaker.gitignore.tasks
-
Prints the contents of the ".gitignore" file to the terminal.
- PrintGitIgnoreTask() - Constructor for class com.github.gregwhitaker.gitignore.tasks.PrintGitIgnoreTask
R
- run() - Method in class com.github.gregwhitaker.gitignore.tasks.CreateGitIgnoreTask
- run() - Method in class com.github.gregwhitaker.gitignore.tasks.DeleteGitIgnoreTask
- run() - Method in class com.github.gregwhitaker.gitignore.tasks.ListGitIgnoreFacetsTask
- run() - Method in class com.github.gregwhitaker.gitignore.tasks.PrintGitIgnoreTask
S
- setFacets(List<String>) - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
- setUrl(String) - Method in class com.github.gregwhitaker.gitignore.GitIgnoreExtension
All Classes All Packages