Class DependencyContextImpl
java.lang.Object
io.micronaut.projectgen.core.buildtools.dependencies.DependencyContextImpl
- All Implemented Interfaces:
DependencyContext
Default implementation of
DependencyContext
.-
Field Summary
Fields inherited from interface io.micronaut.projectgen.core.buildtools.dependencies.DependencyContext
IS_COMPILE_API_OR_RUNTIME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addDependency
(@NonNull Dependency dependency) @NonNull Set<Dependency>
resolveCoordinate
(String artifactId) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.projectgen.core.buildtools.dependencies.DependencyContext
addDependency, removeDuplicates
-
Constructor Details
-
DependencyContextImpl
-
-
Method Details
-
addDependency
- Specified by:
addDependency
in interfaceDependencyContext
-
getDependencies
- Specified by:
getDependencies
in interfaceDependencyContext
-
resolveCoordinate
- Parameters:
artifactId
- Artifact ID- Returns:
- Coordinate
-