java.lang.Object
de.florianmichael.asmfabricloader.loader.feature.JarBooter

public class JarBooter extends Object
  • Constructor Details

    • JarBooter

      public JarBooter(Collection<net.fabricmc.loader.api.ModContainer> modContainers)
  • Method Details

    • replaceJar

      public void replaceJar(File file)
      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

      public void replaceJar0(File file) throws MalformedURLException
      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