com.googlecode.androidannotations.generation
Class SourceCodewriter

java.lang.Object
  extended by com.sun.codemodel.CodeWriter
      extended by com.googlecode.androidannotations.generation.SourceCodewriter

public class SourceCodewriter
extends com.sun.codemodel.CodeWriter


Constructor Summary
SourceCodewriter(Filer filer, Messager message, Map<String,Element> originatingElementsByGeneratedClassQualifiedName)
           
 
Method Summary
 void close()
           
 OutputStream openBinary(com.sun.codemodel.JPackage pkg, String fileName)
           
 
Methods inherited from class com.sun.codemodel.CodeWriter
openSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceCodewriter

public SourceCodewriter(Filer filer,
                        Messager message,
                        Map<String,Element> originatingElementsByGeneratedClassQualifiedName)
Method Detail

openBinary

public OutputStream openBinary(com.sun.codemodel.JPackage pkg,
                               String fileName)
                        throws IOException
Specified by:
openBinary in class com.sun.codemodel.CodeWriter
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in class com.sun.codemodel.CodeWriter
Throws:
IOException


Copyright © 2010-2013. All Rights Reserved.