Uses of Class
org.sonar.plugins.python.api.PythonVersionUtils.Version
-
Packages that use PythonVersionUtils.Version Package Description org.sonar.plugins.python.api -
-
Uses of PythonVersionUtils.Version in org.sonar.plugins.python.api
Methods in org.sonar.plugins.python.api that return PythonVersionUtils.Version Modifier and Type Method Description static PythonVersionUtils.VersionPythonVersionUtils.Version. valueOf(String name)Returns the enum constant of this type with the specified name.static PythonVersionUtils.Version[]PythonVersionUtils.Version. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.plugins.python.api that return types with arguments of type PythonVersionUtils.Version Modifier and Type Method Description static Set<PythonVersionUtils.Version>PythonVersionUtils. allVersions()static Set<PythonVersionUtils.Version>ProjectPythonVersion. currentVersions()static Set<PythonVersionUtils.Version>PythonVersionUtils. fromString(String propertyValue)Method parameters in org.sonar.plugins.python.api with type arguments of type PythonVersionUtils.Version Modifier and Type Method Description static voidProjectPythonVersion. setCurrentVersions(Set<PythonVersionUtils.Version> currentVersions)
-