Uses of Enum Class
me.gosimple.nbvcxz.resources.Generator.CharacterTypes
Packages that use Generator.CharacterTypes
-
Uses of Generator.CharacterTypes in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return Generator.CharacterTypesModifier and TypeMethodDescriptionstatic Generator.CharacterTypesReturns the enum constant of this class with the specified name.static Generator.CharacterTypes[]Generator.CharacterTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in me.gosimple.nbvcxz.resources with parameters of type Generator.CharacterTypesModifier and TypeMethodDescriptionstatic StringGenerator.generateRandomPassword(Generator.CharacterTypes characterTypes, int length) Generates a random password of the specified length with the specified characters.