Uses of Interface
dev.cwhead.GravesX.module.util.LibraryImporter
Packages that use LibraryImporter
-
Uses of LibraryImporter in dev.cwhead.GravesX.module
Methods in dev.cwhead.GravesX.module with parameters of type LibraryImporterModifier and TypeMethodDescriptionvoid
ModuleManager.setLibraryImporter
(LibraryImporter importer) Sets the library importer used by modules to resolve external libraries.Constructors in dev.cwhead.GravesX.module with parameters of type LibraryImporterModifierConstructorDescriptionModuleContext
(Graves plugin, String moduleName, ClassLoader moduleClassLoader, LibraryImporter importer) Creates a context for a module and prepares its storage and config. -
Uses of LibraryImporter in dev.cwhead.GravesX.module.util
Classes in dev.cwhead.GravesX.module.util that implement LibraryImporterModifier and TypeClassDescriptionfinal class
Implements aLibraryImporter
that parses Maven-style coordinates and loads libraries for modules usingLibraryLoaderUtil
.