Class CommandLine

java.lang.Object
freemarker.core.CommandLine

@Deprecated public class CommandLine extends 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 Details

    • CommandLine

      public CommandLine()
      Deprecated.
  • Method Details

    • main

      public static void main(String[] args)
      Deprecated.