Uses of Record Class
org.sonar.plugins.python.indexer.ConfigSourceRoots
Packages that use ConfigSourceRoots
-
Uses of ConfigSourceRoots in org.sonar.plugins.python.indexer
Methods in org.sonar.plugins.python.indexer that return ConfigSourceRootsModifier and TypeMethodDescriptionPyProjectExtractionResult.configRoots()Returns the value of theconfigRootsrecord component.static ConfigSourceRootsCreates a ConfigSourceRoots with an empty list of relative roots.static ConfigSourceRootsPyProjectTomlSourceRoots.extractWithLocation(File file) Extracts source root directories from a pyproject.toml File, preserving the config file location.static ConfigSourceRootsSetupPySourceRoots.extractWithLocation(File file) Extracts source root directories from a setup.py File, preserving the config file location.Constructors in org.sonar.plugins.python.indexer with parameters of type ConfigSourceRootsModifierConstructorDescriptionPyProjectExtractionResult(ConfigSourceRoots configRoots, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aPyProjectExtractionResultrecord class.