public class JavaModuleSourceRoot extends DetectedSourceRoot
| Constructor and Description |
|---|
JavaModuleSourceRoot(java.io.File directory,
java.lang.String language,
boolean withModuleInfoFile) |
JavaModuleSourceRoot(java.io.File directory,
java.lang.String packagePrefix,
java.lang.String language) |
| Modifier and Type | Method and Description |
|---|---|
DetectedProjectRoot |
combineWith(DetectedProjectRoot root) |
JavaModuleSourceRoot |
combineWith(JavaModuleSourceRoot root) |
java.lang.String |
getRootTypeName() |
boolean |
isWithModuleInfoFile() |
getPackagePrefixcanContainRoot, getDirectorypublic JavaModuleSourceRoot(java.io.File directory,
java.lang.String packagePrefix,
java.lang.String language)
public JavaModuleSourceRoot(java.io.File directory,
java.lang.String language,
boolean withModuleInfoFile)
public java.lang.String getRootTypeName()
getRootTypeName in class DetectedProjectRootpublic DetectedProjectRoot combineWith(DetectedProjectRoot root)
combineWith in class DetectedProjectRootpublic JavaModuleSourceRoot combineWith(JavaModuleSourceRoot root)
public boolean isWithModuleInfoFile()