Package com.nike.pdm.localstack.compose
Class LocalStackModule
- java.lang.Object
-
- com.nike.pdm.localstack.compose.LocalStackModule
-
public class LocalStackModule extends java.lang.Object
Loads tasks and configuration for core LocalStack.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLEAN_LOCALSTACK_TASK_NAME
static java.lang.String
INIT_LOCALSTACK_TASK_NAME
static java.lang.String
KILL_LOCALSTACK_TASK_NAME
static java.lang.String
RESTART_LOCALSTACK_TASK_NAME
static java.lang.String
START_LOCALSTACK_TASK_NAME
static java.lang.String
STOP_LOCALSTACK_TASK_NAME
-
Constructor Summary
Constructors Constructor Description LocalStackModule()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
load(org.gradle.api.Project project)
Loads and configures tasks in the LocalStack group.
-
-
-
Field Detail
-
INIT_LOCALSTACK_TASK_NAME
public static final java.lang.String INIT_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
START_LOCALSTACK_TASK_NAME
public static final java.lang.String START_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
STOP_LOCALSTACK_TASK_NAME
public static final java.lang.String STOP_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
KILL_LOCALSTACK_TASK_NAME
public static final java.lang.String KILL_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
CLEAN_LOCALSTACK_TASK_NAME
public static final java.lang.String CLEAN_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
RESTART_LOCALSTACK_TASK_NAME
public static final java.lang.String RESTART_LOCALSTACK_TASK_NAME
- See Also:
- Constant Field Values
-
-