See: Description
Interface | Description |
---|---|
IFilenamePolicy |
A filename policy offers a way to generate file names from entries in
aggregation structures, from TextGrid metadata, or from simple strings.
|
Class | Description |
---|---|
DefaultFilenamePolicy |
The default filename policy is a stateless
IFilenamePolicy that
creates filenames from objects or aggregation objects according to the
following rules:
An arbitrary string is translated to a
filename fragment by applying an ICU based transliteration that converts most
scripts to the US-ASCII range. |
DefaultMetaFilenamePolicy |
This filename policy augments a given filename policy by appending ".meta"
to every generated filename.
|
FileExtensionMap |
Parses the (supplied) mime.types file and creates a map of all entries that
specify both a MIME type and a file name.
|
Copyright © 2017 TextGrid. All rights reserved.