Package | Description |
---|---|
info.textgrid.utils.export.filenames |
API to manage export filenames for TextGrid objects,
including a default implementation.
|
Class and 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. |
FileExtensionMap
Parses the (supplied) mime.types file and creates a map of all entries that
specify both a MIME type and a file name.
|
IFilenamePolicy
A filename policy offers a way to generate file names from entries in
aggregation structures, from TextGrid metadata, or from simple strings.
|
Copyright © 2013 TextGrid. All Rights Reserved.