Uses of Class
org.hotswap.agent.plugin.weld.command.BeanClassRefreshAgent
-
Packages that use BeanClassRefreshAgent Package Description org.hotswap.agent.plugin.weld.command -
-
Uses of BeanClassRefreshAgent in org.hotswap.agent.plugin.weld.command
Methods in org.hotswap.agent.plugin.weld.command that return BeanClassRefreshAgent Modifier and Type Method Description static BeanClassRefreshAgentBdaAgentRegistry. get(String archivePath)Methods in org.hotswap.agent.plugin.weld.command that return types with arguments of type BeanClassRefreshAgent Modifier and Type Method Description static Map<String,BeanClassRefreshAgent>BdaAgentRegistry. getInstances()static Collection<BeanClassRefreshAgent>BeanClassRefreshAgent. getInstances()Gets the collection of registered BeanDeploymentArchive(s)static Collection<BeanClassRefreshAgent>BdaAgentRegistry. values()Methods in org.hotswap.agent.plugin.weld.command with parameters of type BeanClassRefreshAgent Modifier and Type Method Description static voidBdaAgentRegistry. put(String archivePath, BeanClassRefreshAgent bdaAgent)
-