Package | Description |
---|---|
info.textgrid.utils.export.filenames |
API to manage export filenames for TextGrid objects,
including a default implementation.
|
Class and Description |
---|
ConfigurableFilenamePolicy
An
IFilenamePolicy that is user-customizable by providing a pattern
string. |
ConfigurableFilenamePolicy.Builder |
ConfigurableFilenamePolicy.Builder.ListSegment
Extracts the title.
|
ConfigurableFilenamePolicy.Builder.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 © 2015 TextGrid. All Rights Reserved.