public class JkIml.Component
extends java.lang.Object
Constructor and Description |
---|
Component() |
Modifier and Type | Method and Description |
---|---|
JkIml.Component |
addModuleLibraryOrderEntry(java.nio.file.Path path,
JkIml.Scope scope) |
JkIml.Component |
addModuleOrderEntry(java.lang.String moduleName,
JkIml.Scope scope) |
JkIml.Content |
getContent() |
java.util.List<dev.jeka.core.api.tooling.intellij.JkIml.OrderEntry> |
getOrderEntries() |
JkIml.Component |
replaceLibByModule(java.lang.String libPathEndsWithFilter,
java.lang.String moduleName) |
public JkIml.Content getContent()
public java.util.List<dev.jeka.core.api.tooling.intellij.JkIml.OrderEntry> getOrderEntries()
public JkIml.Component addModuleLibraryOrderEntry(java.nio.file.Path path, JkIml.Scope scope)
public JkIml.Component addModuleOrderEntry(java.lang.String moduleName, JkIml.Scope scope)
public JkIml.Component replaceLibByModule(java.lang.String libPathEndsWithFilter, java.lang.String moduleName)