Modifier and Type | Method and Description |
---|---|
List<GenerationInfo> |
GenerationController.generate(Collection<? extends VView> views) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileGenerationExporter.export(GenerationInfo generationInfo)
Export the given
GenerationInfo . |
protected String |
FileGenerationExporter.wrapGeneration(GenerationInfo generationInfo)
Wraps the generated content if needed.
|
Modifier and Type | Method and Description |
---|---|
void |
GenerationExporter.export(Collection<? extends GenerationInfo> generationInfos,
UserInteraction userInteraction)
Export the given
GenerationInfo s' content. |
void |
FileGenerationExporter.export(Collection<? extends GenerationInfo> generationInfos,
UserInteraction userInteraction) |
Modifier and Type | Method and Description |
---|---|
List<GenerationInfo> |
JsonGenerationController.generate(Collection<? extends VView> views) |
Modifier and Type | Method and Description |
---|---|
GenerationInfo |
SelectLocationPage.getGenerationInfo()
Returns the linked
GenerationInfo . |
Constructor and Description |
---|
SelectLocationPage(GenerationInfo generationInfo)
Constructor.
|
Constructor and Description |
---|
ExportSchemasWizard(Collection<? extends GenerationInfo> generationInfos,
GenerationExporter exporter,
org.eclipse.emf.common.util.URI locationProposal)
Constructor.
|
Copyright © 2019. All rights reserved.