Package io.quarkus.maven.dependency
Interface DependencyFlags
-
public interface DependencyFlags
-
-
Field Summary
Fields Modifier and Type Field Description static int
DEPLOYMENT_CP
static int
DIRECT
static int
OPTIONAL
static int
RELOADABLE
static int
RUNTIME_CP
static int
RUNTIME_EXTENSION_ARTIFACT
static int
TOP_LEVEL_RUNTIME_EXTENSION_ARTIFACT
static int
WORKSPACE_MODULE
-
-
-
Field Detail
-
OPTIONAL
static final int OPTIONAL
- See Also:
- Constant Field Values
-
DIRECT
static final int DIRECT
- See Also:
- Constant Field Values
-
RUNTIME_CP
static final int RUNTIME_CP
- See Also:
- Constant Field Values
-
DEPLOYMENT_CP
static final int DEPLOYMENT_CP
- See Also:
- Constant Field Values
-
RUNTIME_EXTENSION_ARTIFACT
static final int RUNTIME_EXTENSION_ARTIFACT
- See Also:
- Constant Field Values
-
WORKSPACE_MODULE
static final int WORKSPACE_MODULE
- See Also:
- Constant Field Values
-
RELOADABLE
static final int RELOADABLE
- See Also:
- Constant Field Values
-
TOP_LEVEL_RUNTIME_EXTENSION_ARTIFACT
static final int TOP_LEVEL_RUNTIME_EXTENSION_ARTIFACT
- See Also:
- Constant Field Values
-
-