net.sf.jameleon.util
Class GenSyntaxReference

java.lang.Object
  extended by net.sf.jameleon.util.GenSyntaxReference

public class GenSyntaxReference
extends Object


Field Summary
protected  SupportedTags supportedTags
           
protected  Map tags
           
 
Constructor Summary
GenSyntaxReference()
           
 
Method Summary
 void genReferenceForPlugin(String plugin, String templateName, File toFile, Map templateParams)
           
 Map getTagsForPlugin(String plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

supportedTags

protected SupportedTags supportedTags

tags

protected Map tags
Constructor Detail

GenSyntaxReference

public GenSyntaxReference()
Method Detail

getTagsForPlugin

public Map getTagsForPlugin(String plugin)

genReferenceForPlugin

public void genReferenceForPlugin(String plugin,
                                  String templateName,
                                  File toFile,
                                  Map templateParams)


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.