public interface CodeWriter
Generator
uses this interface to create output.Modifier and Type | Method and Description |
---|---|
IndentingWriter |
create(File file)
Creates a new
IndentingWriter used to write the given
source code / HTML file, etc. |
IndentingWriter create(File file) throws IOException
IndentingWriter
used to write the given
source code / HTML file, etc.file
- A relative File like "org/acme/Foo.java". The callee is
expected to absolutize.IOException
Copyright © 2014. All rights reserved.