Class DefaultDependencyGraphTransformationContext

  • All Implemented Interfaces:
    org.eclipse.aether.collection.DependencyGraphTransformationContext

    public class DefaultDependencyGraphTransformationContext
    extends java.lang.Object
    implements org.eclipse.aether.collection.DependencyGraphTransformationContext
    Default implementation of DependencyGraphTransformationContext. Internal helper class for collector implementations.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object get​(java.lang.Object key)  
      org.eclipse.aether.RepositorySystemSession getSession()  
      java.lang.Object put​(java.lang.Object key, java.lang.Object value)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getSession

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

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

        public java.lang.Object put​(java.lang.Object key,
                                    java.lang.Object value)
        Specified by:
        put in interface org.eclipse.aether.collection.DependencyGraphTransformationContext
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object