Uses of Class
org.hotswap.agent.versions.VersionRange
-
Packages that use VersionRange Package Description org.hotswap.agent.versions org.hotswap.agent.versions.matcher -
-
Uses of VersionRange in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return VersionRange Modifier and Type Method Description static VersionRangeVersionRange. any()Any.VersionRangeVersionRange. cloneOf()Clone of.static VersionRangeVersionRange. createFromVersion(String version)Creates the from version.static VersionRangeVersionRange. createFromVersionSpec(String spec)Create a version range from a string representationVersionRangeVersionRange. restrict(VersionRange restriction)Creates and returns a newVersionRangethat is a restriction of this version range and the specified version range.Methods in org.hotswap.agent.versions with parameters of type VersionRange Modifier and Type Method Description VersionRangeVersionRange. restrict(VersionRange restriction)Creates and returns a newVersionRangethat is a restriction of this version range and the specified version range. -
Uses of VersionRange in org.hotswap.agent.versions.matcher
Methods in org.hotswap.agent.versions.matcher that return VersionRange Modifier and Type Method Description VersionRangeManifestMatcher. getExcludes()Gets the excluded versions rangeVersionRangeMavenMatcher. getExcludes()Gets the excluded versions rangeVersionRangeManifestMatcher. getIncludes()Gets the included versions rangeVersionRangeMavenMatcher. getIncludes()Gets the included versions range.
-