Uses of Class
org.hotswap.agent.versions.InvalidVersionSpecificationException
-
Packages that use InvalidVersionSpecificationException Package Description org.hotswap.agent.versions org.hotswap.agent.versions.matcher -
-
Uses of InvalidVersionSpecificationException in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that throw InvalidVersionSpecificationException Modifier and Type Method Description static VersionRangeVersionRange. createFromVersionSpec(String spec)Create a version range from a string representation -
Uses of InvalidVersionSpecificationException in org.hotswap.agent.versions.matcher
Constructors in org.hotswap.agent.versions.matcher that throw InvalidVersionSpecificationException Constructor Description ManifestMatcher(Manifest cfg)Instantiates a new manifest matcher.MavenMatcher(Maven cfg)Instantiates a new maven matcher.
-