Uses of Class
me.gosimple.nbvcxz.resources.Generator.CharacterTypes
| Package | Description |
|---|---|
| me.gosimple.nbvcxz.resources |
-
Uses of Generator.CharacterTypes in me.gosimple.nbvcxz.resources
Methods in me.gosimple.nbvcxz.resources that return Generator.CharacterTypes Modifier and Type Method Description static Generator.CharacterTypesGenerator.CharacterTypes. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Generator.CharacterTypes[]Generator.CharacterTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in me.gosimple.nbvcxz.resources with parameters of type Generator.CharacterTypes Modifier and Type Method Description static java.lang.StringGenerator. generateRandomPassword(Generator.CharacterTypes characterTypes, int length)Generates a random password of the specified length with the specified characters.