Stacks Output File
class StacksOutputFile constructor( val outputPath: Path, val synchronizer: StacksSynchronizer, fileName: String, runtime: AvailRuntime, val name: String)
Content copied to clipboard
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
fun StacksOutputFile( outputPath: Path, synchronizer: StacksSynchronizer, fileName: String, runtime: AvailRuntime, name: String)
Content copied to clipboard
Construct a new StacksOutputFile.
Functions
Properties
Link copied to clipboard
The StacksSynchronizer used to control the creation of Stacks documentation