Uses of Class
net.jangaroo.jooc.config.PublicApiViolationsMode
-
Packages that use PublicApiViolationsMode Package Description net.jangaroo.jooc.config -
-
Uses of PublicApiViolationsMode in net.jangaroo.jooc.config
Methods in net.jangaroo.jooc.config that return PublicApiViolationsMode Modifier and Type Method Description PublicApiViolationsModeJoocConfiguration. getPublicApiViolationsMode()PublicApiViolationsModeJoocOptions. getPublicApiViolationsMode()static PublicApiViolationsModePublicApiViolationsMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PublicApiViolationsMode[]PublicApiViolationsMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jangaroo.jooc.config with parameters of type PublicApiViolationsMode Modifier and Type Method Description voidJoocConfiguration. setPublicApiViolationsMode(PublicApiViolationsMode warnPublicApiViolations)
-