Package org.sonar.api.batch.fs.internal
Class DefaultInputModule
- java.lang.Object
-
- org.sonar.api.batch.fs.internal.DefaultInputComponent
-
- org.sonar.api.batch.fs.internal.AbstractProjectOrModule
-
- org.sonar.api.batch.fs.internal.DefaultInputModule
-
- All Implemented Interfaces:
org.sonar.api.batch.fs.InputComponent
,org.sonar.api.batch.fs.InputModule
@Immutable public class DefaultInputModule extends AbstractProjectOrModule implements org.sonar.api.batch.fs.InputModule
-
-
Constructor Summary
Constructors Constructor Description DefaultInputModule(org.sonar.api.batch.bootstrap.ProjectDefinition definition)
For testing only!DefaultInputModule(org.sonar.api.batch.bootstrap.ProjectDefinition definition, int scannerComponentId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.util.List<java.nio.file.Path>>
getSourceDirsOrFiles()
java.util.Optional<java.util.List<java.nio.file.Path>>
getTestDirsOrFiles()
-
Methods inherited from class org.sonar.api.batch.fs.internal.AbstractProjectOrModule
definition, getBaseDir, getDescription, getEncoding, getName, getOriginalName, getWorkDir, isFile, key, properties
-
Methods inherited from class org.sonar.api.batch.fs.internal.DefaultInputComponent
equals, hashCode, hasMeasureFor, scannerId, setHasMeasureFor, toString
-
-