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

public class JarBooter extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    JarBooter(Collection<net.fabricmc.loader.api.ModContainer> modContainers)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Recursively iterates over the given file and loads all jar files to the front of the classpath
    void
    Recursively iterates over the given file and loads all jar files to the front of the classpath

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • JarBooter

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

    • replaceJar

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

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