Interface TargetGraphBuilder

All Known Implementing Classes:
DefaultTargetGraphBuilder

public interface TargetGraphBuilder
Builds a Graph of target dependencies.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.savantbuild.util.Graph<Target,Object>
    build(Project project)
    Builds a graph of target dependencies for the given project.
  • Method Details

    • build

      org.savantbuild.util.Graph<Target,Object> build(Project project)
      Builds a graph of target dependencies for the given project.
      Parameters:
      project - The project.
      Returns:
      THe graph.