TextFileWriter

com.reactific.riddl.utils.TextFileWriter
See theTextFileWriter companion object
abstract class TextFileWriter extends OutputFile

Unit Tests For TextFileWriter

Attributes

Companion
object
Graph
Supertypes
trait OutputFile
trait FileBuilder
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fillTemplateFromResource(resourceName: String, substitutions: Map[String, String]): Unit
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
FileBuilder -> Any

Inherited methods

def clear: Unit

Attributes

Inherited from:
FileBuilder
def filePath: Path

Attributes

Inherited from:
OutputFile
def nl: FileBuilder.this.type

Attributes

Inherited from:
FileBuilder

Attributes

Inherited from:
FileBuilder
def write(): Unit

Attributes

Inherited from:
OutputFile
def write(writer: PrintWriter): Unit

Attributes

Inherited from:
OutputFile

Inherited fields

val newLine: String

Attributes

Inherited from:
FileBuilder
protected val sb: StringBuilder

Attributes

Inherited from:
FileBuilder