Uses of Enum
org.sonar.updatecenter.common.UpdateCenterDeserializer.Mode
Packages that use UpdateCenterDeserializer.Mode
-
Uses of UpdateCenterDeserializer.Mode in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return UpdateCenterDeserializer.ModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static UpdateCenterDeserializer.Mode[]UpdateCenterDeserializer.Mode.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.sonar.updatecenter.common with parameters of type UpdateCenterDeserializer.ModeModifierConstructorDescriptionUpdateCenterDeserializer(UpdateCenterDeserializer.Mode mode, boolean ignoreError) UpdateCenterDeserializer(UpdateCenterDeserializer.Mode mode, boolean ignoreError, boolean includeArchives)