InputFile

mdoc.internal.cli.InputFile
See theInputFile companion object
case class InputFile(relpath: RelativePath, inputFile: AbsolutePath, outputFile: AbsolutePath, inputDirectory: AbsolutePath, outputDirectory: AbsolutePath)

Value parameters

inputDirectory

directory enclosing the input file.

inputFile

the input file to read from.

outputDirectory

directory enclosing the output file.

outputFile

the output file to write to.

relpath

the input filename relativized by its input directory.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product