public interface IWritable
Modifier and Type | Method and Description |
---|---|
void |
write(String indent,
PrintWriter writer)
Writes the ASCII representation of the writable into the provider writer.
|
void write(String indent, PrintWriter writer)
indent
- a string that should be added after each new line to maintain
desired horizontal alignmentwriter
- a writer to be used to write this object's textual
representation
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.