Class CodeGenerator
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.utils.CodeGenerator
-
public class CodeGenerator extends java.lang.Object
Simply string code generator- Author:
- P.Piernik
-
-
Constructor Summary
Constructors Constructor Description CodeGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
generateCode(int codeLength, char[] pool)
static java.lang.String
generateMixedCharCode(int codeLength)
static java.lang.String
generateNumberCode(int codeLength)
-