Class GlobalContextRegistry
- java.lang.Object
-
- com.xebialabs.deployit.booter.local.GlobalContextRegistry
-
public class GlobalContextRegistry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GlobalContextRegistry()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopy(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId from, com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId to)static com.xebialabs.deployit.booter.local.GlobalContextgetGlobalContext(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)static com.xebialabs.deployit.booter.local.GlobalContextunregister(com.xebialabs.deployit.plugin.api.reflect.DescriptorRegistryId registryId)
-
-
-
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)
-
-