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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article