Class GlobalContextRegistry


  • public class GlobalContextRegistry
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void copy​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId from, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId to)  
      static com.xebialabs.deployit.booter.local.GlobalContext getGlobalContext​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)  
      static com.xebialabs.deployit.booter.local.GlobalContext unregister​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlobalContextRegistry

        public GlobalContextRegistry()
    • Method Detail

      • getGlobalContext

        public static com.xebialabs.deployit.booter.local.GlobalContext getGlobalContext​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)
      • unregister

        public static com.xebialabs.deployit.booter.local.GlobalContext unregister​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)
      • copy

        public static void copy​(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId from,
                                com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId to)