Uses of Class
org.hotswap.agent.versions.ArtifactVersion
-
Packages that use ArtifactVersion Package Description org.hotswap.agent.versions -
-
Uses of ArtifactVersion in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return ArtifactVersion Modifier and Type Method Description ArtifactVersionRestriction. getLowerBound()Gets the lower bound.ArtifactVersionVersionRange. getRecommendedVersion()Gets the recommended version.ArtifactVersionVersionRange. getSelectedVersion()Gets the selected version.ArtifactVersionRestriction. getUpperBound()Gets the upper bound.ArtifactVersionMavenInfo. getVersion()Gets the version.ArtifactVersionVersionRange. matchVersion(List<ArtifactVersion> versions)Match version.Methods in org.hotswap.agent.versions with parameters of type ArtifactVersion Modifier and Type Method Description intArtifactVersion. compareTo(ArtifactVersion otherVersion)booleanRestriction. containsVersion(ArtifactVersion version)Contains version.booleanVersionRange. containsVersion(ArtifactVersion version)Contains version.Method parameters in org.hotswap.agent.versions with type arguments of type ArtifactVersion Modifier and Type Method Description ArtifactVersionVersionRange. matchVersion(List<ArtifactVersion> versions)Match version.Constructors in org.hotswap.agent.versions with parameters of type ArtifactVersion Constructor Description Restriction(ArtifactVersion lowerBound, boolean lowerBoundInclusive, ArtifactVersion upperBound, boolean upperBoundInclusive)Instantiates a new restriction.
-