Uses of Enum Class
org.sonar.plugins.python.indexer.PackageResolutionResult.ResolutionMethod
Packages that use PackageResolutionResult.ResolutionMethod
-
Uses of PackageResolutionResult.ResolutionMethod in org.sonar.plugins.python.indexer
Methods in org.sonar.plugins.python.indexer that return PackageResolutionResult.ResolutionMethodModifier and TypeMethodDescriptionPackageResolutionResult.method()Returns the value of themethodrecord component.NamespacePackageTelemetry.resolutionMethod()Returns the value of theresolutionMethodrecord component.Returns the enum constant of this class with the specified name.PackageResolutionResult.ResolutionMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.indexer with parameters of type PackageResolutionResult.ResolutionMethodModifier and TypeMethodDescriptionNamespacePackageTelemetry.withResolutionInfo(PackageResolutionResult.ResolutionMethod method, PackageResolutionResult.BuildSystem system) Creates a new telemetry instance with resolution information added.Constructors in org.sonar.plugins.python.indexer with parameters of type PackageResolutionResult.ResolutionMethodModifierConstructorDescriptionNamespacePackageTelemetry(int packagesWithInit, int packagesWithoutInit, int duplicatePackagesWithoutInit, int namespacePackagesInRegularPackage, PackageResolutionResult.ResolutionMethod resolutionMethod, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aNamespacePackageTelemetryrecord class.PackageResolutionResult(List<String> roots, PackageResolutionResult.ResolutionMethod method, PackageResolutionResult.BuildSystem buildSystem) Creates an instance of aPackageResolutionResultrecord class.