Uses of Interface
org.sonar.plugins.java.api.Version
Packages that use Version
-
Uses of Version in org.sonar.java.classpath
Classes in org.sonar.java.classpath that implement VersionModifier and TypeClassDescriptionfinal record
Class to parse and compare versions of library jars.Classes in org.sonar.java.classpath that implement interfaces with type arguments of type VersionModifier and TypeClassDescriptionfinal record
Class to parse and compare versions of library jars.Methods in org.sonar.java.classpath that return types with arguments of type VersionModifier and TypeMethodDescriptionMethods in org.sonar.java.classpath with parameters of type VersionModifier and TypeMethodDescriptionint
Warning: this is a partial order: 2.5 and 2.5.1 are incomparable.boolean
VersionImpl.isGreaterThan
(Version version) boolean
VersionImpl.isGreaterThanOrEqualTo
(Version version) boolean
VersionImpl.isLowerThan
(Version version) boolean
VersionImpl.isLowerThanOrEqualTo
(Version version) -
Uses of Version in org.sonar.plugins.java.api
Methods in org.sonar.plugins.java.api with parameters of type VersionModifier and TypeMethodDescriptionboolean
Version.isGreaterThan
(Version version) boolean
Version.isGreaterThanOrEqualTo
(Version version) boolean
Version.isLowerThan
(Version version) boolean
Version.isLowerThanOrEqualTo
(Version version) Method parameters in org.sonar.plugins.java.api with type arguments of type VersionModifier and TypeMethodDescriptionboolean
DependencyVersionAware.isCompatibleWithDependencies
(Function<String, Optional<Version>> dependencyFinder) Control whether the check is compatible with the dependencies of the project being analysed.