Class Netboot

java.lang.Object
com.github.fungal.impl.netboot.Netboot

public class Netboot extends Object
Netboot functionality
  • Method Details

    • resolve

      public static boolean resolve(ExecutorService executorService, Bootstrap bootstrap, File repositoryDirectory, File rootDirectory) throws ResolveException
      Resolve all dependencies
      Parameters:
      executorService - The executor service
      bootstrap - The bootstrap descriptor
      repositoryDirectory - The repository directory
      rootDirectory - The root directory
      Returns:
      True if netboot was active; otherwise false
      Throws:
      ResolveException - Thrown if an artifact can't be resolved