com.xebialabs.deployit.plugin.api.reflect
Class GlobalContext

java.lang.Object
  extended by com.xebialabs.deployit.plugin.api.reflect.GlobalContext

public class GlobalContext
extends java.lang.Object


Field Summary
static java.io.File DEFAULTS
           
 
Method Summary
static void register(PropertyDescriptor pd, PropertyDescriptor inheritedFrom)
           
static void storeDefaults()
           
static void update(PropertyDescriptor pd, java.lang.String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULTS

public static final java.io.File DEFAULTS
Method Detail

register

public static void register(PropertyDescriptor pd,
                            PropertyDescriptor inheritedFrom)

update

public static void update(PropertyDescriptor pd,
                          java.lang.String defaultValue)

storeDefaults

public static void storeDefaults()