public final class JkPluginIntellij extends JkPlugin
Modifier and Type | Field and Description |
---|---|
boolean |
externalDir |
boolean |
forceJdkVersion |
boolean |
useVarPath |
Modifier | Constructor and Description |
---|---|
protected |
JkPluginIntellij(JkCommands 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
|
public boolean useVarPath
public boolean externalDir
public boolean forceJdkVersion
protected JkPluginIntellij(JkCommands run)