Package org.sonar.plugins.python.api
Class PythonVersionUtils
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonVersionUtils
-
public class PythonVersionUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPythonVersionUtils.Version
-
Field Summary
Fields Modifier and Type Field Description static StringPYTHON_VERSION_KEY
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<PythonVersionUtils.Version>allVersions()static Set<PythonVersionUtils.Version>fromString(String propertyValue)
-
-
-
Field Detail
-
PYTHON_VERSION_KEY
public static final String PYTHON_VERSION_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
fromString
public static Set<PythonVersionUtils.Version> fromString(String propertyValue)
-
allVersions
public static Set<PythonVersionUtils.Version> allVersions()
-
-