Class DependencyNodeFactory

java.lang.Object
org.ek9lang.compiler.common.Reporter
org.ek9lang.cli.DependencyNodeFactory

final class DependencyNodeFactory extends Reporter
Creates DependencyNodes by using a Source Visitor on some EK9 source files that have a package defined in it. Uses a package resolver to get the dependencies and will unpack zips and in the future pull them from remote servers can validate the contents. There's a bit of recursion going on here.
  • Constructor Details

    • DependencyNodeFactory

      DependencyNodeFactory(CommandLine commandLine, boolean muteReportedErrors)
      Make a new Dependency Node Factory.
  • Method Details