VirtualMarkdownFile

scala.build.input.VirtualMarkdownFile
final case class VirtualMarkdownFile(content: Array[Byte], source: String, wrapperPath: SubPath) extends VirtualSourceFile, AnyMarkdownFile

Attributes

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

Members list

Value members

Inherited methods

protected def generatedSourceFileName(fileSuffix: String): String

Attributes

Inherited from:
VirtualSourceFile
def isSnippet: Boolean

Attributes

Inherited from:
VirtualSourceFile
def isStdin: Boolean

Attributes

Inherited from:
VirtualSourceFile
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def scopePath: ScopePath

Attributes

Inherited from:
Virtual
def subPath: SubPath

Attributes

Inherited from:
Virtual