-
Task
-
Resolution: Done
-
Major
-
10.2.0.AM2
-
None
Use a custom class instead of strings for specifying a project template. Instead of
FuseProjectTestLong
String[] templateComposite = template.split(":"); ProjectType type = BLUEPRINT; if (templateComposite[1].startsWith("spring")) type = SPRING; if (templateComposite[1].startsWith("java")) type = JAVA;
use a class.