Klasse JarBooter
java.lang.Object
de.florianmichael.asmfabricloader.loader.feature.JarBooter
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidreplaceJar(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
-
Konstruktordetails
-
JarBooter
-
-
Methodendetails
-
replaceJar
Recursively iterates over the given file and loads all jar files to the front of the classpath- Parameter:
file- The file to iterate over
-
replaceJar0
Recursively iterates over the given file and loads all jar files to the front of the classpath- Parameter:
file- The file to iterate over- Löst aus:
MalformedURLException- If the file is not a valid URL
-