Uses of Class
org.sonar.updatecenter.common.UpdateCenterDeserializer.Mode
-
Packages that use UpdateCenterDeserializer.Mode Package Description org.sonar.updatecenter.common -
-
Uses of UpdateCenterDeserializer.Mode in org.sonar.updatecenter.common
Methods in org.sonar.updatecenter.common that return UpdateCenterDeserializer.Mode Modifier and Type Method Description static UpdateCenterDeserializer.ModeUpdateCenterDeserializer.Mode. valueOf(String name)Returns 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.Mode Constructor Description UpdateCenterDeserializer(UpdateCenterDeserializer.Mode mode, boolean ignoreError)UpdateCenterDeserializer(UpdateCenterDeserializer.Mode mode, boolean ignoreError, boolean includeArchives)
-