PrettifyState

com.reactific.riddl.prettify.PrettifyState
case class PrettifyState(commonOptions: CommonOptions, options: Options) extends TranslatingState[RiddlFileEmitter]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def fileList: Seq[Path]
def outPathFor(path: Path): Path
def outPathFor(url: URL): Path
def pushFile(file: RiddlFileEmitter): PrettifyState.this.type
def relativeToInPath(path: Path): Path

Inherited methods

def addDir(name: String): Path

Attributes

Inherited from:
TranslatingState

Attributes

Inherited from:
TranslatingState
def generatedFiles: Seq[Path]

Attributes

Inherited from:
TranslatingState
def parentDirs: Path

Attributes

Inherited from:
TranslatingState

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def writeFiles: Seq[Path]

Attributes

Inherited from:
TranslatingState

Inherited fields

val dirs: Stack[Path]

Attributes

Inherited from:
TranslatingState

Attributes

Inherited from:
TranslatingState