Package io.quarkus.maven.dependency
Interface DependencyFlags
-
public interface DependencyFlags
-
-
Field Summary
Fields Modifier and Type Field Description static intDEPLOYMENT_CPstatic intDIRECTstatic intOPTIONALstatic intRELOADABLEstatic intRUNTIME_CPstatic intRUNTIME_EXTENSION_ARTIFACTstatic intWORKSPACE_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
-
-