MetadataStore

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
class Entry(val metadata: Metadata, val warning: String? = null)

Functions

Link copied to clipboard
fun get(filePath: String, startOffset: Int, endOffset: Int): MetadataStore.Entry?
Link copied to clipboard
fun getInfo(filePath: String, startOffset: Int, endOffset: Int): String?
Link copied to clipboard
fun put(filePath: String, startOffset: Int, endOffset: Int, entry: MetadataStore.Entry)
Link copied to clipboard
fun putInfo(filePath: String, startOffset: Int, endOffset: Int, description: String)