Class GitIgnoreModule
- java.lang.Object
-
- com.github.gregwhitaker.gitignore.GitIgnoreModule
-
public class GitIgnoreModule extends java.lang.Object
Loads tasks and configuration for GitIgnore plugin.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CREATE_GITIGNORE_TASK_NAME
static java.lang.String
DELETE_GITIGNORE_TASK_NAME
static java.lang.String
LIST_GITIGNORE_FACETS_TASK_NAME
static java.lang.String
PRINT_GITIGNORE_TASK_NAME
-
Constructor Summary
Constructors Constructor Description GitIgnoreModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(org.gradle.api.Project project)
Loads and configures all tasks in the GitIgnore group.
-
-
-
Field Detail
-
CREATE_GITIGNORE_TASK_NAME
public static final java.lang.String CREATE_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
DELETE_GITIGNORE_TASK_NAME
public static final java.lang.String DELETE_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
PRINT_GITIGNORE_TASK_NAME
public static final java.lang.String PRINT_GITIGNORE_TASK_NAME
- See Also:
- Constant Field Values
-
LIST_GITIGNORE_FACETS_TASK_NAME
public static final java.lang.String LIST_GITIGNORE_FACETS_TASK_NAME
- See Also:
- Constant Field Values
-
-