LinkingFileMap

A holder for all categories in stacks

Author

Richard Arriaga

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

A map of aliases to file links.

Link copied to clipboard

The map containing categories. Keyed by name to description.

Link copied to clipboard

The map containing categories. Keyed by name to description.

Link copied to clipboard

A map of aliases to file links.

Link copied to clipboard

The list of ModuleComments for this compilation

Link copied to clipboard

A map of aliases to file links.

Functions

Link copied to clipboard
fun addAlias(alias: String, fileLink: String)
Link copied to clipboard
fun addCategoryMethodPair(categoryName: String, methodLeafName: String, methodAndMethodLink: String)

Add a new method to the category method map, categoryMethodList, Map,List,String>>>

Link copied to clipboard

Add a new category

Link copied to clipboard
Link copied to clipboard
fun addNamedFileLinks(alias: String, fileLink: String)
Link copied to clipboard

Create a json file that has the categories' methods links.

Link copied to clipboard
fun clear()

Clear the field maps.

Link copied to clipboard
Link copied to clipboard

Check to see if key is a listed category.

Link copied to clipboard

A method that writes all the category comments discovered during parsing

Link copied to clipboard

A method that writes a JSON file of all the internal linking of Stacks files

Link copied to clipboard

A method that writes a JSON file of all the internal linking of Stacks files

Link copied to clipboard

A method that writes all the module comments discovered during parsing to a file