Interface DependencyCollectorResult


@Experimental public interface DependencyCollectorResult
The result of a dependency collection request.
Since:
4.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the exceptions that occurred while building the dependency graph.
    Gets the root node of the dependency graph.
  • Method Details

    • getExceptions

      List<Exception> getExceptions()
      Gets the exceptions that occurred while building the dependency graph.
      Returns:
      the exceptions that occurred, never null
    • getRoot

      Node getRoot()
      Gets the root node of the dependency graph.
      Returns:
      the root node of the dependency graph or null if none