public abstract class TxtUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,String> |
javaFileCache |
| Constructor and Description |
|---|
TxtUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getJavaSourceCode(Class<?> clazz,
String encoding) |
static String |
getJavaSourceCode(String classFullName,
String encoding) |
static String |
getJavaSourceCodeUTF8(Class<?> clazz) |
static String |
getJavaSourceCodeUTF8(String classFullName) |
Copyright © 2021. All rights reserved.