Uses of Class
org.hotswap.agent.versions.DeploymentInfo
-
Packages that use DeploymentInfo Package Description org.hotswap.agent.annotation.handler org.hotswap.agent.versions org.hotswap.agent.versions.matcher -
-
Uses of DeploymentInfo in org.hotswap.agent.annotation.handler
Methods in org.hotswap.agent.annotation.handler with parameters of type DeploymentInfo Modifier and Type Method Description booleanPluginAnnotation. matches(DeploymentInfo deploymentInfo)Matches. -
Uses of DeploymentInfo in org.hotswap.agent.versions
Methods in org.hotswap.agent.versions that return DeploymentInfo Modifier and Type Method Description static DeploymentInfoDeploymentInfo. fromClassLoader(ClassLoader classloader)Load the deployment info for this classloader.Methods in org.hotswap.agent.versions with parameters of type DeploymentInfo Modifier and Type Method Description VersionMatchResultVersionMatcher. matches(DeploymentInfo info)Return a version match result. -
Uses of DeploymentInfo in org.hotswap.agent.versions.matcher
Methods in org.hotswap.agent.versions.matcher with parameters of type DeploymentInfo Modifier and Type Method Description VersionMatchResultAbstractMatcher. matches(DeploymentInfo info)VersionMatchResultManifestMatcher. matches(DeploymentInfo info)VersionMatchResultMavenMatcher. matches(DeploymentInfo info)
-