Stacks Output File
class StacksOutputFile constructor(val outputPath: Path, val synchronizer: StacksSynchronizer, fileName: String, runtime: AvailRuntime, val name: String)
The way a file is created.
Author
Richard Arriaga
Parameters
file Name
The name of the new file
synchronizer
The StacksSynchronizer used to control the creation of Stacks documentation
runtime
An runtime.
name
The name of the method the file represents as it is represented from the point of view of the main module being documented.
Throws
If an I/O exception occurs.
Constructors
Link copied to clipboard
constructor(outputPath: Path, synchronizer: StacksSynchronizer, fileName: String, runtime: AvailRuntime, name: String)
Construct a new StacksOutputFile.
Properties
Link copied to clipboard
Link copied to clipboard
The StacksSynchronizer used to control the creation of Stacks documentation