Uses of Class
org.hotswap.agent.versions.VersionMatchResult
-
Packages that use VersionMatchResult Package Description org.hotswap.agent.versions org.hotswap.agent.versions.matcher -
-
Uses of VersionMatchResult in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return VersionMatchResult Modifier and Type Method Description VersionMatchResultVersionMatcher. matches(DeploymentInfo info)Return a version match result.static VersionMatchResultVersionMatchResult. valueOf(String name)Returns the enum constant of this type with the specified name.static VersionMatchResult[]VersionMatchResult. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VersionMatchResult in org.hotswap.agent.versions.matcher
Methods in org.hotswap.agent.versions.matcher that return VersionMatchResult Modifier and Type Method Description VersionMatchResultAbstractMatcher. matches(DeploymentInfo info)VersionMatchResultManifestMatcher. matches(DeploymentInfo info)VersionMatchResultMavenMatcher. matches(DeploymentInfo info)
-