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 recordClass 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 recordClass 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 TypeMethodDescriptionintWarning: this is a partial order: 2.5 and 2.5.1 are incomparable.booleanVersionImpl.isGreaterThan(Version version) booleanVersionImpl.isGreaterThanOrEqualTo(Version version) booleanVersionImpl.isLowerThan(Version version) booleanVersionImpl.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 TypeMethodDescriptionbooleanVersion.isGreaterThan(Version version) booleanVersion.isGreaterThanOrEqualTo(Version version) booleanVersion.isLowerThan(Version version) booleanVersion.isLowerThanOrEqualTo(Version version) Method parameters in org.sonar.plugins.java.api with type arguments of type VersionModifier and TypeMethodDescriptionbooleanDependencyVersionAware.isCompatibleWithDependencies(Function<String, Optional<Version>> dependencyFinder) Control whether the check is compatible with the dependencies of the project being analysed.