org.apache.myfaces.buildtools.maven2.plugin.faces.util
Class SourceTemplate

java.lang.Object
  extended by org.apache.myfaces.buildtools.maven2.plugin.faces.util.SourceTemplate

public class SourceTemplate
extends java.lang.Object


Constructor Summary
SourceTemplate(java.io.File file)
           
 
Method Summary
 void close()
           
 java.util.Collection getIgnoreMethods()
           
 java.util.Set getImplements()
           
 java.util.Set getImports()
           
 void readPreface()
           
 void substitute(java.lang.String in, java.lang.String out)
           
 void writeContent(java.io.Writer out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceTemplate

public SourceTemplate(java.io.File file)
Method Detail

substitute

public void substitute(java.lang.String in,
                       java.lang.String out)

getImports

public java.util.Set getImports()

getImplements

public java.util.Set getImplements()

readPreface

public void readPreface()
                 throws java.io.IOException
Throws:
java.io.IOException

writeContent

public void writeContent(java.io.Writer out)
                  throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

getIgnoreMethods

public java.util.Collection getIgnoreMethods()


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.