public final class JkPluginIntellij extends JkPlugin
| Modifier and Type | Field and Description |
|---|---|
boolean |
failOnDepsResolutionError |
boolean |
forceJdkVersion |
boolean |
imlSkipJeka |
boolean |
useVarPath |
| Modifier | Constructor and Description |
|---|---|
protected |
JkPluginIntellij(JkCommandSet run) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate()
Override this method to modify the commands itself or its bound plugins.
|
void |
all() |
void |
allIml() |
void |
iml()
Generates Idea [my-module].iml file
|
void |
modulesXml()
Generate modules.xml files
|
getCommandSet, getLowestJekaCompatibleVersion, help, init, name, toStringpublic boolean useVarPath
public boolean forceJdkVersion
public boolean failOnDepsResolutionError
public boolean imlSkipJeka
protected JkPluginIntellij(JkCommandSet run)