Package freemarker.core
Class CommandLine
- java.lang.Object
-
- freemarker.core.CommandLine
-
@Deprecated public class CommandLine extends java.lang.Object
Deprecated.Will be removed (main method in a library, often classified as CWE-489 "Leftover Debug Code").FreeMarker command-line utility, the Main-Class of freemarker.jar. Currently it just prints the version number.
-
-
Constructor Summary
Constructors Constructor Description CommandLine()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Deprecated.
-