Package io.quarkus.maven.dependency
Interface Dependency
-
- All Superinterfaces:
ArtifactCoords
- All Known Subinterfaces:
ResolvableDependency,ResolvedDependency
- All Known Implementing Classes:
AppArtifact,AppDependency,ArtifactDependency,ResolvedArtifactDependency
public interface Dependency extends ArtifactCoords
-
-
Field Summary
-
Fields inherited from interface io.quarkus.maven.dependency.ArtifactCoords
TYPE_JAR, TYPE_POM
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intgetFlags()StringgetScope()default booleanisDeploymentCp()default booleanisDirect()default booleanisFlagSet(int flag)default booleanisOptional()default booleanisReloadable()default booleanisRuntimeCp()default booleanisRuntimeExtensionArtifact()default booleanisWorkspacetModule()-
Methods inherited from interface io.quarkus.maven.dependency.ArtifactCoords
getArtifactId, getClassifier, getGroupId, getKey, getType, getVersion, toGACTVString
-
-
-
-
Method Detail
-
getScope
String getScope()
-
getFlags
int getFlags()
-
isOptional
default boolean isOptional()
-
isDirect
default boolean isDirect()
-
isRuntimeExtensionArtifact
default boolean isRuntimeExtensionArtifact()
-
isRuntimeCp
default boolean isRuntimeCp()
-
isDeploymentCp
default boolean isDeploymentCp()
-
isWorkspacetModule
default boolean isWorkspacetModule()
-
isReloadable
default boolean isReloadable()
-
isFlagSet
default boolean isFlagSet(int flag)
-
-