freemarker.core
Class CommandLine

java.lang.Object
  extended by freemarker.core.CommandLine

public class CommandLine
extends java.lang.Object

FreeMarker command-line utility, the Main-Class of freemarker.jar. Currently it just prints the version number.

Version:
$Id: CommandLine.java,v 1.2 2003/09/24 12:15:08 ddekany Exp $

Constructor Summary
CommandLine()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine

public CommandLine()
Method Detail

main

public static void main(java.lang.String[] args)