Package org.javlo.utils
Class JavaCodeManipulation
- java.lang.Object
-
- org.javlo.utils.JavaCodeManipulation
-
public class JavaCodeManipulation extends Object
-
-
Constructor Summary
Constructors Constructor Description JavaCodeManipulation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
changeLogger(File file)
static String
extractClassName(String code)
static void
main(String[] args)
-
-
-
Method Detail
-
changeLogger
public static final void changeLogger(File file) throws IOException
- Throws:
IOException
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
-