Class SimpleDependencyGraphTransformationContext

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

    public class SimpleDependencyGraphTransformationContext
    extends Object
    implements org.eclipse.aether.collection.DependencyGraphTransformationContext
    Author:
    Alexey Loubyansky
    • Constructor Detail

      • SimpleDependencyGraphTransformationContext

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

      • 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