Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RawEntryParser

Module to parse raw Ilias entries (meaning entries that have a different structure then in the RSS feed but the data is the same)

Hierarchy

  • RawEntryParser

Index

Methods

Static getRegex01

  • getRegex01(): RegExp

Static getRegex02

  • getRegex02(): RegExp

Static isFile

  • isFile(parsedTitle: string): boolean

Static isFileAdded

  • isFileAdded(parsedTitle: string): boolean

Static isFileUpdated

  • isFileUpdated(parsedTitle: string): boolean

Static parseCourseDirectory

  • parseCourseDirectory(rawTitle: string): string[]

Static parseCourseForumFilename

  • parseCourseForumFilename(rawTitle: string): string

Static parseCourseTitle

  • parseCourseTitle(rawTitle: any): string

Static parseDate

  • parseDate(rawDate: string): object

Static parseDescription

  • parseDescription(rawDescription: string): string

Static parseForum

  • parseForum(rawTitle: string): string

Static parseLink

  • parseLink(rawLink: string): string

Static parseRawEntry

Static parseTitle

  • parseTitle(rawTitle: string): string

Static parseToIliasBuddyEntry

Generated using TypeDoc