Package net.neoforged.jst.cli.intellij
Class ClasspathSetup
java.lang.Object
net.neoforged.jst.cli.intellij.ClasspathSetup
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddJdkModules(net.neoforged.jst.api.Logger logger, Path jdkHome, com.intellij.core.JavaCoreProjectEnvironment javaEnv) static voidaddLibraries(net.neoforged.jst.api.Logger logger, Path librariesPath, IntelliJEnvironmentImpl ijEnv) static voidaddLibrary(net.neoforged.jst.api.Logger logger, Path libraryPath, IntelliJEnvironmentImpl ijEnv)
-
Method Details
-
addJdkModules
public static void addJdkModules(net.neoforged.jst.api.Logger logger, Path jdkHome, com.intellij.core.JavaCoreProjectEnvironment javaEnv) -
addLibraries
public static void addLibraries(net.neoforged.jst.api.Logger logger, Path librariesPath, IntelliJEnvironmentImpl ijEnv) throws IOException - Throws:
IOException
-
addLibrary
public static void addLibrary(net.neoforged.jst.api.Logger logger, Path libraryPath, IntelliJEnvironmentImpl ijEnv)
-