Menu

Exemplo Teste

Marcus Becker

Executando um teste simples

MVBOScriptMain m = new MVBOScriptMain();
Container c = new Container("test");
c.addContainerFiel(new ContainerField("name", "20", "text"));
c.addContainerFiel(new ContainerField("year", "5", "int"));

StringBuilder res = m.executarScript(c, new File("modelos/modelo.txt"));

System.out.println(res.toString());

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.