Class JarBooter
java.lang.Object
de.florianmichael.asmfabricloader.loader.feature.JarBooter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreplaceJar(File file) Recursively iterates over the given file and loads all jar files to the front of the classpathvoidreplaceJar0(File file) Recursively iterates over the given file and loads all jar files to the front of the classpath
-
Constructor Details
-
JarBooter
-
-
Method Details
-
replaceJar
Recursively iterates over the given file and loads all jar files to the front of the classpath- Parameters:
file- The file to iterate over
-
replaceJar0
Recursively iterates over the given file and loads all jar files to the front of the classpath- Parameters:
file- The file to iterate over- Throws:
MalformedURLException- If the file is not a valid URL
-