Package | Description |
---|---|
info.textgrid.utils.export.aggregations |
Model to represent a set of TextGrid aggregations.
|
info.textgrid.utils.export.filenames |
API to manage export filenames for TextGrid objects,
including a default implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAggregation |
Modifier and Type | Class and Description |
---|---|
class |
Aggregation |
class |
AggregationEntry
Represents an entry in an aggregation.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IAggregationEntry> |
Aggregation.getChildren() |
com.google.common.collect.ImmutableList<? extends IAggregationEntry> |
IAggregation.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected IAggregation |
Aggregation.add(IAggregationEntry child) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<URI> |
DefaultFilenamePolicy.getBase(IAggregationEntry entry) |
com.google.common.base.Optional<URI> |
DefaultMetaFilenamePolicy.getBase(IAggregationEntry entry) |
com.google.common.base.Optional<URI> |
IFilenamePolicy.getBase(IAggregationEntry entry)
Tries to generate a base URI for the given aggregation entry.
|
URI |
DefaultFilenamePolicy.getFilename(IAggregationEntry entry,
boolean asParent) |
URI |
DefaultMetaFilenamePolicy.getFilename(IAggregationEntry entry,
boolean asParent) |
URI |
IFilenamePolicy.getFilename(IAggregationEntry entry,
boolean asParent)
Generates a file name for the aggregation entry described by the given
metadata.
|
Copyright © 2017 TextGrid. All rights reserved.