I want to use the script-name in the generator to create the corresponding java file. For example if my script file would be "WordCount.script" I want to create a "WordCount.java" file. I found out the previous versions exposed this via "resource.className" but it did not work for 2.3.1.
override void doGenerate(...
fsa.generateFile(magic_here + ".java", compile...)