Indexing

org.specs2.html.Indexing
object Indexing

Fold functions to create index files

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Indexing.type

Members list

Value members

Concrete methods

def createEntries(page: IndexedPage): Vector[IndexEntry]
def createIndexedPage(env: Env, outDir: DirectoryPath): SpecStructure => IndexedPage
def createIndexedPages(env: Env, specifications: List[SpecStructure], outDir: DirectoryPath): List[IndexedPage]
def indexFold(path: FilePath): Fold[Operation, IndexedPage, Index]

An Index fold creates an Index page based on all pages to index and saves it to a given file path

An Index fold creates an Index page based on all pages to index and saves it to a given file path

Attributes

Givens

Givens

given given_ExecutionEnv: ExecutionEnv