Uses of Class
org.gcube.data.publishing.gCatFeeder.model.ControllerConfiguration.PublishingPolicy
-
Packages that use ControllerConfiguration.PublishingPolicy Package Description org.gcube.data.publishing.gCatFeeder.model -
-
Uses of ControllerConfiguration.PublishingPolicy in org.gcube.data.publishing.gCatFeeder.model
Methods in org.gcube.data.publishing.gCatFeeder.model that return ControllerConfiguration.PublishingPolicy Modifier and Type Method Description ControllerConfiguration.PublishingPolicyControllerConfiguration. getOnClash()static ControllerConfiguration.PublishingPolicyControllerConfiguration.PublishingPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static ControllerConfiguration.PublishingPolicy[]ControllerConfiguration.PublishingPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.data.publishing.gCatFeeder.model with parameters of type ControllerConfiguration.PublishingPolicy Modifier and Type Method Description voidControllerConfiguration. setOnClash(ControllerConfiguration.PublishingPolicy onClash)
-