Class Maven31CollectResult

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.aether.collection.CollectResult collectResult  
    • Constructor Summary

      Constructors 
      Constructor Description
      Maven31CollectResult​(org.eclipse.aether.collection.CollectResult collectResult)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Exception> getExceptions()
      Gets the exceptions that occurred while building the dependency graph.
      DependencyNode getRoot()
      Gets the root node of the dependency graph.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • collectResult

        private final org.eclipse.aether.collection.CollectResult collectResult
    • Constructor Detail

      • Maven31CollectResult

        Maven31CollectResult​(org.eclipse.aether.collection.CollectResult collectResult)
        Parameters:
        collectResult - CollectResult
    • Method Detail

      • getRoot

        public DependencyNode getRoot()
        Gets the root node of the dependency graph.
        Specified by:
        getRoot in interface CollectResult
        Returns:
        The root node of the dependency graph or null if none.
      • getExceptions

        public java.util.List<java.lang.Exception> getExceptions()
        Description copied from interface: CollectResult
        Gets the exceptions that occurred while building the dependency graph.
        Specified by:
        getExceptions in interface CollectResult
        Returns:
        The exceptions that occurred, never null.