net.sf.jstp
Class JstpTranslator

java.lang.Object
  extended by net.sf.jstp.JstpTranslator

public class JstpTranslator
extends java.lang.Object


Constructor Summary
JstpTranslator()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void translate(java.lang.String pkgName, java.lang.String className, java.io.Reader input, java.io.Writer output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JstpTranslator

public JstpTranslator()
Method Detail

translate

public static void translate(java.lang.String pkgName,
                             java.lang.String className,
                             java.io.Reader input,
                             java.io.Writer output)
                      throws java.io.IOException,
                             JstpParserException
Throws:
java.io.IOException
JstpParserException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 JSTP. All Rights Reserved.