| Modifier and Type | Method and Description |
|---|---|
Formatter |
EglTemplate.getFormatter() |
| Modifier and Type | Method and Description |
|---|---|
EglResult |
EgxModule.execute(EglTemplate template,
Formatter postprocessor) |
void |
EglTemplateFactory.setDefaultFormatter(Formatter defaultFormatter) |
void |
EglTemplateFactory.setDefaultFormatters(Formatter... defaultFormatters) |
void |
EglTemplate.setFormatter(Formatter formatter) |
void |
EglTemplate.setFormatters(Formatter... formatters) |
| Modifier and Type | Method and Description |
|---|---|
void |
EglTemplateFactory.setDefaultFormatters(Collection<Formatter> defaultFormatters) |
void |
EglTemplateFactoryModuleAdapter.setDefaultFormatters(Collection<Formatter> defaultFormatters) |
void |
EglTemplate.setFormatters(Collection<Formatter> formatters) |
| Modifier and Type | Method and Description |
|---|---|
void |
IEglContext.formatWith(Formatter formatter) |
void |
EglContext.formatWith(Formatter formatter) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFormatter |
class |
NullFormatter |
| Constructor and Description |
|---|
CompositeFormatter(Formatter... formatters) |
| Constructor and Description |
|---|
CompositeFormatter(Collection<Formatter> formatters) |
| Modifier and Type | Class and Description |
|---|---|
class |
JavaFormatter |
class |
LanguageFormatter |
class |
PromelaFormatter |
class |
XmlFormatter |
| Modifier and Type | Class and Description |
|---|---|
class |
LineByLineFormatter<T extends Line> |
| Modifier and Type | Class and Description |
|---|---|
class |
LowercaseFormatter |
class |
ReverseFormatter |
class |
UppercaseFormatter |
| Modifier and Type | Method and Description |
|---|---|
EglResult |
IEglModule.execute(EglTemplate template,
Formatter postprocessor) |
EglResult |
EglModule.execute(EglTemplate template,
Formatter postprocessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
IOutputBuffer.formatWith(Formatter formatter)
Reformats the contents of the buffer with the given
Formatter. |
void |
OutputBuffer.formatWith(Formatter formatter) |
| Modifier and Type | Method and Description |
|---|---|
Formatter |
EglTemplateSpecification.getDefaultFormatter() |
| Constructor and Description |
|---|
EglTemplateSpecification(String name,
Formatter defaultFormatter,
IncrementalitySettings incrementalitySettings,
Collection<ITemplateExecutionListener> listeners) |
EglTemplateSpecificationFactory(Formatter defaultFormatter,
IncrementalitySettings incrementalitySettings,
ITemplateExecutionListener... listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
HutnFormatter |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Formatter> |
EglDefaultFormatterNestedElement.getImplementation() |
| Modifier and Type | Method and Description |
|---|---|
void |
EglDefaultFormatterNestedElement.setImplementation(Class<? extends Formatter> implementation) |
Copyright © 2016. All rights reserved.