public interface ModuleOrderEntry extends ExportableOrderEntry
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
Module |
getModule() |
java.lang.String |
getModuleName() |
boolean |
isProductionOnTestDependency()
If
true test sources roots from the dependency will be included into production classpath for the module containing this entry. |
void |
setProductionOnTestDependency(boolean productionOnTestDependency) |
getScope, isExported, setExported, setScope
accept, getFiles, getOwnerModule, getPresentableName, getUrls, isValid
isSynthetic
Module getModule()
java.lang.String getModuleName()
boolean isProductionOnTestDependency()
true
test sources roots from the dependency will be included into production classpath for the module containing this entry.void setProductionOnTestDependency(boolean productionOnTestDependency)