Interface IDependencyManager

All Superinterfaces:
Manager, Managers

public interface IDependencyManager extends Manager
  • Method Details

    • createInstance

      static IDependencyManager createInstance(Managers managers)
    • registerDependency

      void registerDependency(String configurationName, String dependencyURL, groovy.lang.Closure configureClosure)
    • addBuiltDependencies

      void addBuiltDependencies()
    • getDependencies

      @Unmodifiable Set<Dependency> getDependencies()