Package net.md_5.specialsource.writer
Class LogWriter
java.lang.Object
net.md_5.specialsource.writer.LogWriter
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClassMap(String oldName, String newName) voidaddFieldMap(String oldDesc, String oldName, String newName) voidaddMethodMap(int startLine, int endLine, String oldDesc, String oldName, String newName) voidclose()
-
Constructor Details
-
LogWriter
- Throws:
FileNotFoundException
-
-
Method Details
-
addClassMap
-
addFieldMap
-
addMethodMap
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-