Klasse BundleDiscovery

java.lang.Object
de.luckymcdev.foundryengine.common.bundle.BundleDiscovery

public class BundleDiscovery extends Object
Handles discovery, dependency sorting, and loading of bundles from the file system.
  • Konstruktordetails

  • Methodendetails

    • discover

      public void discover(Path directory) throws IOException
      Discovers and loads all bundles in the given directory.
      Parameter:
      directory - The directory to search
      Löst aus:
      IOException - if discovery fails
    • getBundleFactory

      public BundleFactory getBundleFactory()