Search in sources :

Example 1 with ExportCategory

use of ddf.catalog.transformer.output.rtf.model.ExportCategory in project ddf by codice.

the class BaseTestConfiguration method categoryFor.

private static RtfCategory categoryFor(String name) {
    RtfCategory category = new ExportCategory();
    category.setAttributes(Arrays.asList(EMPTY_ATTRIBUTE, SIMPLE_ATTRIBUTE, Core.THUMBNAIL, UNKNOWN_ATTRIBUTE, EXTENDED_ATTRIBUTE));
    category.setTitle(name);
    return category;
}
Also used : ExportCategory(ddf.catalog.transformer.output.rtf.model.ExportCategory) RtfCategory(ddf.catalog.transformer.output.rtf.model.RtfCategory)

Aggregations

ExportCategory (ddf.catalog.transformer.output.rtf.model.ExportCategory)1 RtfCategory (ddf.catalog.transformer.output.rtf.model.RtfCategory)1