public final class JkPluginIntellij extends JkPlugin
Modifier and Type | Field and Description |
---|---|
boolean |
externalDir |
boolean |
useVarPath |
Modifier | Constructor and Description |
---|---|
protected |
JkPluginIntellij(JkRun run) |
Modifier and Type | Method and Description |
---|---|
protected void |
activate()
Override this method to modify the run itself or its bound plugins.
|
void |
generateAll() |
void |
generateAllIml() |
void |
generateIml()
Generates Idea [my-module].iml file
|
void |
generateModulesXml()
Generate modules.xml files
|
protected JkPluginIntellij(JkRun run)