Class DefaultDependencyGraphTransformationContext

java.lang.Object
org.eclipse.aether.internal.impl.collect.DefaultDependencyGraphTransformationContext
All Implemented Interfaces:
org.eclipse.aether.collection.DependencyGraphTransformationContext

public class DefaultDependencyGraphTransformationContext extends Object implements org.eclipse.aether.collection.DependencyGraphTransformationContext
Default implementation of DependencyGraphTransformationContext. Internal helper class for collector implementations.
  • Constructor Details

  • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object