Packages

p

edu.holycross.shot.mid

validator

package validator

Provides classes for validating editorial work following HC MID conventions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. validator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class EditorsRepo(baseDir: String, readerMap: Map[String, Vector[MidMarkupReader]], orthoMap: Map[String, MidOrthography] = Map.empty[String, MidOrthography]) extends LogSupport with Product with Serializable

    A class for working with HC-MID editorial work in a local file system laid out according to conventions first defined in 2018.

    A class for working with HC-MID editorial work in a local file system laid out according to conventions first defined in 2018. The class includes a function to create a CiteLibrary from the contents of these files.

    baseDir

    Root directory of repository.

    readerMap

    Mapping of String names to classes of MidMarkupReader, necessary in building CITE library.

Value Members

  1. val ictBase: String

    Base URL for Image Citation Tools.

  2. val includeDelimiterRE: String

    Awesome regex to select text while keeping delimiting string in the resulting match group.

  3. def nameBetterFile(dir: File, fName: String): File
  4. val okImg: String

    Icon image for good results.

  5. val sadImg: String

Inherited from AnyRef

Inherited from Any

Ungrouped