Package | Description |
---|---|
info.textgrid.utils.export.filenames |
API to manage export filenames for TextGrid objects,
including a default implementation.
|
Class and Description |
---|
ConfigurableFilenamePolicy |
ConfigurableFilenamePolicy.MetadataSegment
Base class for segments that extract metadata from the given argument.
|
ConfigurableFilenamePolicy.Segment
A segment represents a part of a filename pattern.
|
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 © 2014 TextGrid. All Rights Reserved.