InputFile

case
class InputFile(relpath: RelativePath, inputFile: AbsolutePath, outputFile: AbsolutePath, inputDirectory: AbsolutePath, outputDirectory: AbsolutePath)
Value Params
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.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product