Package fi.evolver.script.app
Class Idea
java.lang.Object
fi.evolver.script.app.Idea
Install IDEA and custom plugins for it from JetBrains Marketplace.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidInstalls IntelliJ Idea Ultimate and its plugins.static voidinstallPublicPlugins(List<String> pluginIds)
-
Field Details
-
PLUGIN_GRAILS
- See Also:
-
PLUGIN_MAKEFILE
- See Also:
-
PLUGIN_JREBEL
- See Also:
-
PLUGIN_DOTENV
- See Also:
-
PLUGIN_ENV_FILE
- See Also:
-
PLUGIN_MULTIPROJECT_WORKSPACES
- See Also:
-
-
Constructor Details
-
Idea
public Idea()
-
-
Method Details
-
install
Installs IntelliJ Idea Ultimate and its plugins.If IntelliJ Idea Ultimate is already installed in the target directory, the installation is skipped. Otherwise, the distribution archive is downloaded, extracted, and the resulting folder is renamed to a standardized installation folder.
- Parameters:
version- IDEA version, such as "2024.3.5"- Throws:
IOException
-
installPublicPlugins
- See Also:
-