Package org.eclipse.xpand2.output

Generator output handling

See:
          Description

Interface Summary
FileHandle  
InsertionPointSupport  
Output  
PostProcessor PostProcessors can be added to the Xpand Generator component to implement manipulations on the generated file content.
VetoStrategy  
VetoStrategy2  
 

Class Summary
BlankLineSkippingOutput This output implementation avoids writing of unnecessary blank lines.
FileHandleImpl  
FileInfoLogger Message Pattern Variables {0} : File Path (including name) {1} : File name {2} : LOC current file {3} : LOC total {4} : Number of files written by this postprocessor Log Level 0 = Trace 1 = Debug 2 = Info
JavaBeautifier Formats generated Java code using the Eclipse code formatter.
NoChangesVetoStrategy  
Outlet  
OutputImpl *
 

Exception Summary
VetoException Signals a veto by a VetoStrategy2 implementation.
 

Package org.eclipse.xpand2.output Description

Generator output handling