Class SimpleDependencyGraphTransformationContext
- java.lang.Object
-
- io.quarkus.bootstrap.resolver.maven.SimpleDependencyGraphTransformationContext
-
- All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformationContext
public class SimpleDependencyGraphTransformationContext extends Object implements org.eclipse.aether.collection.DependencyGraphTransformationContext
- Author:
- Alexey Loubyansky
-
-
Constructor Summary
Constructors Constructor Description SimpleDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectget(Object key)org.eclipse.aether.RepositorySystemSessiongetSession()Objectput(Object key, Object value)
-
-
-
Method Detail
-
getSession
public org.eclipse.aether.RepositorySystemSession getSession()
- Specified by:
getSessionin interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
get
public Object get(Object key)
- Specified by:
getin interfaceorg.eclipse.aether.collection.DependencyGraphTransformationContext
-
-