filebot/source/net
Reinhard Pointner 09b41170fd Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic
e.g.
public Class parseClass(String text, String fileName) throws CompilationFailedException {
	return super.parseClass(text, "amc");
}
2016-06-19 23:59:27 +08:00
..
filebot Look into custom script names (for exception stacktraces) but keep as it is for now to avoid unnecessary complexity/magic 2016-06-19 23:59:27 +08:00