Uses of Enum Class
org.sonar.plugins.python.api.PythonVersionUtils.Version
Packages that use PythonVersionUtils.Version
-
Uses of PythonVersionUtils.Version in org.sonar.plugins.python.api
Fields in org.sonar.plugins.python.api declared as PythonVersionUtils.VersionModifier and TypeFieldDescriptionstatic final PythonVersionUtils.VersionPythonVersionUtils.MAX_SUPPORTED_VERSIONMethods in org.sonar.plugins.python.api that return PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic PythonVersionUtils.VersionReturns the enum constant of this class with the specified name.static PythonVersionUtils.Version[]PythonVersionUtils.Version.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sonar.plugins.python.api that return types with arguments of type PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic Set<PythonVersionUtils.Version> PythonVersionUtils.allVersions()static Set<PythonVersionUtils.Version> ProjectPythonVersion.currentVersions()static Set<PythonVersionUtils.Version> PythonVersionUtils.fromString(String propertyValue) static Set<PythonVersionUtils.Version> PythonVersionUtils.fromStringArray(String[] versions) SubscriptionContext.sourcePythonVersions()List of Python versions this project is compatible with.Methods in org.sonar.plugins.python.api with parameters of type PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic booleanPythonVersionUtils.areSourcePythonVersionsGreaterOrEqualThan(Set<PythonVersionUtils.Version> sourcePythonVersions, PythonVersionUtils.Version required) Method parameters in org.sonar.plugins.python.api with type arguments of type PythonVersionUtils.VersionModifier and TypeMethodDescriptionstatic booleanPythonVersionUtils.areSourcePythonVersionsGreaterOrEqualThan(Set<PythonVersionUtils.Version> sourcePythonVersions, PythonVersionUtils.Version required) static voidProjectPythonVersion.setCurrentVersions(Set<PythonVersionUtils.Version> currentVersions) -
Uses of PythonVersionUtils.Version in org.sonar.python.semantic.v2.typeshed
Constructor parameters in org.sonar.python.semantic.v2.typeshed with type arguments of type PythonVersionUtils.VersionModifierConstructorDescriptionModuleSymbolToDescriptorConverter(Set<PythonVersionUtils.Version> projectPythonVersions)