Uses of Class
org.duracloud.syncui.controller.ConfigurationController.UpdatePolicy
-
Packages that use ConfigurationController.UpdatePolicy Package Description org.duracloud.syncui.controller org.duracloud.syncui.util -
-
Uses of ConfigurationController.UpdatePolicy in org.duracloud.syncui.controller
Methods in org.duracloud.syncui.controller that return ConfigurationController.UpdatePolicy Modifier and Type Method Description static ConfigurationController.UpdatePolicyConfigurationController.UpdatePolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ConfigurationController.UpdatePolicy[]ConfigurationController.UpdatePolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConfigurationController.UpdatePolicy in org.duracloud.syncui.util
Methods in org.duracloud.syncui.util that return ConfigurationController.UpdatePolicy Modifier and Type Method Description static ConfigurationController.UpdatePolicyUpdatePolicyHelper. get(SyncConfigurationManager scm)Methods in org.duracloud.syncui.util with parameters of type ConfigurationController.UpdatePolicy Modifier and Type Method Description static voidUpdatePolicyHelper. set(SyncConfigurationManager scm, ConfigurationController.UpdatePolicy up)
-