public final class IntellijJkBean extends JkBean
Modifier and Type | Field and Description |
---|---|
boolean |
failOnDepsResolutionError |
java.lang.String |
jekaModule |
boolean |
useVarPath |
Constructor and Description |
---|
IntellijJkBean() |
Modifier and Type | Method and Description |
---|---|
IntellijJkBean |
addProjectLibrary(java.lang.String xml) |
void |
allIml() |
void |
configureIml(java.util.function.Consumer<JkIml> imlConfigurer) |
void |
configureImlGenerator(java.util.function.Consumer<JkImlGenerator> imlGeneratorConfigurer) |
void |
fullProject() |
void |
iml() |
void |
modulesXml()
Generate modules.xml files
|
clean, getBaseDir, getBaseDirName, getBean, getImportedJkBeans, getOutputDir, getRuntime, help, toString
public boolean useVarPath
public boolean failOnDepsResolutionError
public java.lang.String jekaModule
public void configureImlGenerator(java.util.function.Consumer<JkImlGenerator> imlGeneratorConfigurer)
public void configureIml(java.util.function.Consumer<JkIml> imlConfigurer)
public void iml()
public void modulesXml()
public void allIml()
public IntellijJkBean addProjectLibrary(java.lang.String xml)
public void fullProject()