Class CodeGenerator
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.utils.CodeGenerator
-
public class CodeGenerator extends 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 String
generateCode(int codeLength, char[] pool)
static String
generateMixedCharCode(int codeLength)
static String
generateNumberCode(int codeLength)
-