Class GlobalContextRegistry

java.lang.Object
com.xebialabs.deployit.booter.local.GlobalContextRegistry

public class GlobalContextRegistry extends Object
  • Method Summary

    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
  • Method Details

    • 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)