public class DumpCodeWriter extends Object implements CodeWriter
CodeWriter
that dumps to stdout. For debugging.Constructor and Description |
---|
DumpCodeWriter() |
Modifier and Type | Method and Description |
---|---|
IndentingWriter |
create(File file)
Creates a new
IndentingWriter used to write the given
source code / HTML file, etc. |
public IndentingWriter create(File file)
CodeWriter
IndentingWriter
used to write the given
source code / HTML file, etc.create
in interface CodeWriter
file
- A relative File like "org/acme/Foo.java". The callee is
expected to absolutize.Copyright © 2014. All rights reserved.