Class AllAsciiCharactersStopWords
java.lang.Object
com.cloudbees.jenkins.support.filter.AllAsciiCharactersStopWords
- All Implemented Interfaces:
StopWords
,ExtensionPoint
@Extension
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class AllAsciiCharactersStopWords
extends Object
implements StopWords
To avoid corrupting the content of the files in the bundle just in case we have an object name as 'a' or '.', we
avoid replacing one single character (ascii codes actually). A one single character in other languages could
have a meaning, so we remain replacing them. Example: 日 (Sun)
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWords()
Return the stop words that will be added toContentMappings
.
-
Constructor Details
-
AllAsciiCharactersStopWords
public AllAsciiCharactersStopWords()
-
-
Method Details
-
getWords
Description copied from interface:StopWords
Return the stop words that will be added toContentMappings
.
-