Package com.github.fungal.impl.netboot
Class Netboot
java.lang.Object
com.github.fungal.impl.netboot.Netboot
Netboot functionality
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanresolve(ExecutorService executorService, Bootstrap bootstrap, File repositoryDirectory, File rootDirectory) Resolve all dependencies
-
Method Details
-
resolve
public static boolean resolve(ExecutorService executorService, Bootstrap bootstrap, File repositoryDirectory, File rootDirectory) throws ResolveException Resolve all dependencies- Parameters:
executorService- The executor servicebootstrap- The bootstrap descriptorrepositoryDirectory- The repository directoryrootDirectory- The root directory- Returns:
- True if netboot was active; otherwise false
- Throws:
ResolveException- Thrown if an artifact can't be resolved
-