public interface Exporter
| Modifier and Type | Interface and Description |
|---|---|
static class |
Exporter.EXPORT_CANONICAL_NAME |
static class |
Exporter.EXPORT_OUT_ALIASES |
| Modifier and Type | Method and Description |
|---|---|
void |
export(Class<? extends BasePropertyGroup> group,
ConstructionDefinition definition,
ValueMap values)
Exports a BasePropertyGroup.
|
void |
export(ConstructionDefinition definition,
ValueMap values)
Exports all properties.
|
void |
setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option)
Specify if canonical names should be exported.
|
void |
setExportByOutAliases(Exporter.EXPORT_OUT_ALIASES option)
Specify if out alias names should be exported.
|
void setExportByCanonicalName(Exporter.EXPORT_CANONICAL_NAME option)
option - void setExportByOutAliases(Exporter.EXPORT_OUT_ALIASES option)
option - void export(ConstructionDefinition definition, ValueMap values)
definition - values - void export(Class<? extends BasePropertyGroup> group, ConstructionDefinition definition, ValueMap values)
group - definition - values - Copyright © 2017. All rights reserved.