Design a facade class called Java2Scala which will be accessed as standalone main class (main method) and by tools like Eclipse SDT plugin. It will have translate methods with the most important variations of parameters and returns like: String, stream, File, String filename. For file operations, there must be an boolean option that controls the deletion of the Java source file. While ScalaVisitor is under development, we must use de DumpVisitor that translates back to Java. The initial revision shows how to use both visitors.
Logged In: YES
user_id=2195459
Originator: YES
One important method translate all Java source files in a directory three recursivelly with the source deletion boolean option.