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 Details

    • SimpleDependencyGraphTransformationContext

      public SimpleDependencyGraphTransformationContext(org.eclipse.aether.RepositorySystemSession session)
  • Method Details

    • getSession

      public org.eclipse.aether.RepositorySystemSession getSession()
      Specified by:
      getSession in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
    • get

      public Object get(Object key)
      Specified by:
      get in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
    • put

      public Object put(Object key, Object value)
      Specified by:
      put in interface org.eclipse.aether.collection.DependencyGraphTransformationContext