Skip navigation links
A C D E F G I J L P R S U 

A

apply(T) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor
Applies processor on document, using a given formatter
applyFirst(CodeFormatter) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.JsRegionProcessor
 
applyFirst(T) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
First application of modifications
applySecond(CodeFormatter) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.JsRegionProcessor
 
applySecond(T) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
Second application of modifications (based on new regions)

C

cleanupContent(String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl.SpotlessJsonCleanup
 
CleanupStep<T extends org.eclipse.wst.sse.core.internal.cleanup.AbstractStructuredCleanupProcessor & CleanupStep.ProcessorAccessor> - Class in com.diffplug.spotless.extra.eclipse.wtp.sse
Common base class for step implementations based on an SSE cleanup processor.
CleanupStep(T, Consumer<Collection<BundleActivator>>) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep
 
CleanupStep(T, Consumer<SpotlessEclipseCoreConfig>, Consumer<Collection<BundleActivator>>) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep
 
CleanupStep.ProcessorAccessor - Interface in com.diffplug.spotless.extra.eclipse.wtp.sse
Some of the SEE AbstractStructuredCleanupProcessor interface shall be made public to provide cleaner interfaces.
com.diffplug.spotless.extra.eclipse.wtp - package com.diffplug.spotless.extra.eclipse.wtp
Eclipse WTP based Spotless formatters
com.diffplug.spotless.extra.eclipse.wtp.html - package com.diffplug.spotless.extra.eclipse.wtp.html
Eclipse WTP HTML formatter helper
com.diffplug.spotless.extra.eclipse.wtp.sse - package com.diffplug.spotless.extra.eclipse.wtp.sse
Eclipse WTP SEE formatter helper
configure(Properties, boolean, Plugin, AbstractPreferenceInitializer) - Method in class com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep
 
configureCatalog(Properties) - Static method in class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
 
configurePluginPreferences(Plugin, Properties) - Static method in class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
Configures the Eclipse properties for a Plugin and returns its previous values.
createFactory(String) - Static method in class com.diffplug.spotless.extra.eclipse.wtp.html.JsRegionProcessor

D

document - Variable in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
doResolveExternalURI(Properties) - Static method in class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
 

E

EclipseCssFormatterStepImpl - Class in com.diffplug.spotless.extra.eclipse.wtp
Formatter step which calls out to the Eclipse CSS cleanup and formatter.
EclipseCssFormatterStepImpl(Properties) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseCssFormatterStepImpl
 
EclipseCssFormatterStepImpl.SpotlessCssCleanup - Class in com.diffplug.spotless.extra.eclipse.wtp
The FormatProcessorCSS does not allow a strict case formatting.
EclipseHtmlFormatterStepImpl - Class in com.diffplug.spotless.extra.eclipse.wtp
Formatter step which calls out to the Eclipse HTML cleanup and formatter.
EclipseHtmlFormatterStepImpl(Properties) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl
 
EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup - Class in com.diffplug.spotless.extra.eclipse.wtp
* The WTP HTMLFormatProcessorImpl does not allow a strict case formatting.
EclipseJsFormatterStepImpl - Class in com.diffplug.spotless.extra.eclipse.wtp
Formatter step which calls out to the Eclipse JS formatter.
EclipseJsFormatterStepImpl(Properties) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsFormatterStepImpl
 
EclipseJsonFormatterStepImpl - Class in com.diffplug.spotless.extra.eclipse.wtp
Formatter step which calls out to the Eclipse JSON cleanup processor and formatter.
EclipseJsonFormatterStepImpl(Properties) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl
 
EclipseJsonFormatterStepImpl.SpotlessJsonCleanup - Class in com.diffplug.spotless.extra.eclipse.wtp
The JSON CleanUp is partly implemented.
EclipseXmlFormatterStepImpl - Class in com.diffplug.spotless.extra.eclipse.wtp
Formatter step which calls out to the Eclipse XML formatter.
EclipseXmlFormatterStepImpl(Properties) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseXmlFormatterStepImpl
 

F

firstLine - Variable in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
fixDelimiter(MultiTextEdit, int, boolean) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
Add delimiter at or after given offset, if there is none at the offset position.
fixTagIndent(MultiTextEdit, int, String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
Fix the tag indentation at a given position with a predefined indentation.
format(String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl
 
format(String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsFormatterStepImpl
Formatting JavaScript string
format(String, String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseXmlFormatterStepImpl
Formatting XML string resolving URIs according its base location
format(String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep
Calls the cleanup and formatting task of the processor and returns the formatted string.

G

getFirstLine() - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
getFormatProcessor() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
 
getLastLine() - Method in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
getThisContentType() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseCssFormatterStepImpl.SpotlessCssCleanup
 
getThisContentType() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
 
getThisContentType() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl.SpotlessJsonCleanup
 
getThisContentType() - Method in interface com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep.ProcessorAccessor
Returns this.getContentType()
getThisFormatProcessor() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseCssFormatterStepImpl.SpotlessCssCleanup
 
getThisFormatProcessor() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
 
getThisFormatProcessor() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl.SpotlessJsonCleanup
 
getThisFormatProcessor() - Method in interface com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep.ProcessorAccessor
Returns this.getFormatProcessor()

I

indentationLevel - Variable in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 

J

JS_CORE_CONFIG - Static variable in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsFormatterStepImpl
Spotless Eclipse framework core setup for JS formatter support.
JsRegionProcessor - Class in com.diffplug.spotless.extra.eclipse.wtp.html
Provides additional formating to the plain JS CodeFormatter: Eclipse HTML places the embedded JS in separated lines by adding a line break after/before <script/> tag.
JsRegionProcessor(IStructuredDocument, ITypedRegion, String) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.html.JsRegionProcessor
 

L

lastLine - Variable in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 

P

PreventExternalURIResolverExtension - Class in com.diffplug.spotless.extra.eclipse.wtp
The URI resolver extension
PreventExternalURIResolverExtension() - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.PreventExternalURIResolverExtension
 
processor - Variable in class com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep
 

R

refreshThisCleanupPreferences() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseCssFormatterStepImpl.SpotlessCssCleanup
 
refreshThisCleanupPreferences() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
 
refreshThisCleanupPreferences() - Method in class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl.SpotlessJsonCleanup
 
refreshThisCleanupPreferences() - Method in interface com.diffplug.spotless.extra.eclipse.wtp.sse.CleanupStep.ProcessorAccessor
Calls this.refreshCleanupPreferences()
region - Variable in class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
RegionProcessor(IStructuredDocument, ITypedRegion, String) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor.RegionProcessor
 
resolve(IFile, String, String, String) - Method in class com.diffplug.spotless.extra.eclipse.wtp.PreventExternalURIResolverExtension
 
RESOLVE_EXTERNAL_URI - Static variable in class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
Indicates if external URIs (location hints) should be resolved and the referenced DTD/XSD shall be applied.

S

SpotlessCssCleanup() - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseCssFormatterStepImpl.SpotlessCssCleanup
 
SpotlessHtmlCleanup() - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseHtmlFormatterStepImpl.SpotlessHtmlCleanup
 
SpotlessJsonCleanup() - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.EclipseJsonFormatterStepImpl.SpotlessJsonCleanup
 
SpotlessPreferences - Class in com.diffplug.spotless.extra.eclipse.wtp.sse
Adaptations of the Eclipse WTP environment for Spotless.
SpotlessPreferences() - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
 
start(BundleContext) - Method in class com.diffplug.spotless.extra.eclipse.wtp.PreventExternalURIResolverExtension
 
stop(BundleContext) - Method in class com.diffplug.spotless.extra.eclipse.wtp.PreventExternalURIResolverExtension
 
StructuredDocumentProcessor<T> - Class in com.diffplug.spotless.extra.eclipse.wtp.html
The HTML formatter uses for different regions of the structured document, other formatters, explicitly for CSS and JS.
StructuredDocumentProcessor(IStructuredDocument, String, BiFunction<IStructuredDocument, ITypedRegion, ? extends StructuredDocumentProcessor.RegionProcessor<T>>) - Constructor for class com.diffplug.spotless.extra.eclipse.wtp.html.StructuredDocumentProcessor
Constructs a document processor
StructuredDocumentProcessor.RegionProcessor<T> - Class in com.diffplug.spotless.extra.eclipse.wtp.html
Base class for region adaptations.

U

USER_CATALOG - Static variable in class com.diffplug.spotless.extra.eclipse.wtp.sse.SpotlessPreferences
Optional XML catalog for XSD/DTD lookup.
A C D E F G I J L P R S U 
Skip navigation links