public class EclipseHtmlFormatterStepImpl extends CleanupStep<EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup>
| Modifier and Type | Class and Description |
|---|---|
static class |
EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
* The WTP
HTMLFormatProcessorImpl does not allow a strict case formatting. |
CleanupStep.ProcessorAccessorprocessor| Constructor and Description |
|---|
EclipseHtmlFormatterStepImpl(java.util.Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.String raw)
Calls the cleanup and formatting task of the processor and returns the formatted string.
|
configurepublic EclipseHtmlFormatterStepImpl(java.util.Properties properties)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String format(java.lang.String raw)
throws java.lang.Exception
CleanupStepformat in class CleanupStep<EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup>raw - Dirty stringjava.lang.Exception - All exceptions are considered fatal to the build process (Gradle, Maven, ...) and should not be caught.