public final class IntellijJkBean extends JkBean
Modifier and Type | Field and Description |
---|---|
boolean |
failOnDepsResolutionError |
boolean |
forceJdkVersion |
java.lang.String |
imlJekaExtraModules |
boolean |
imlSkipJeka |
java.nio.file.Path |
jekaHome |
boolean |
useVarPath |
Constructor and Description |
---|
IntellijJkBean() |
Modifier and Type | Method and Description |
---|---|
IntellijJkBean |
addProjectLibrary(java.lang.String xml) |
void |
all() |
void |
allIml() |
void |
iml()
Generates Idea [my-module].iml file
|
void |
modulesXml()
Generate modules.xml files
|
clean, getBaseDir, getImportedJkBeans, getOutputDir, getRuntime, help, init, postInit, toString
public boolean useVarPath
public boolean forceJdkVersion
public boolean failOnDepsResolutionError
public boolean imlSkipJeka
public java.lang.String imlJekaExtraModules
public java.nio.file.Path jekaHome
public void iml()
public void modulesXml()
public void allIml()
public IntellijJkBean addProjectLibrary(java.lang.String xml)
public void all()