@Deprecated public class Java2GroovyProcessor extends Object
| Constructor and Description | 
|---|
Java2GroovyProcessor()
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
convert(String filename,
       String input)
Deprecated.  
  | 
static String | 
convert(String filename,
       String input,
       boolean withHeader,
       boolean withNewLines)
Deprecated.  
  | 
static String | 
mindmap(String input)
Deprecated.  
  | 
static String | 
nodePrinter(String input)
Deprecated.  
  | 
static void | 
processFiles(List<String> fileNames)
Deprecated.  
  | 
public static void processFiles(List<String> fileNames) throws Exception
Exceptionpublic static String convert(String filename, String input) throws Exception
Exceptionpublic static String convert(String filename, String input, boolean withHeader, boolean withNewLines) throws Exception
Exception