Uses of Interface
tech.jhipster.lite.module.domain.replacement.ReplacementCondition
Packages that use ReplacementCondition
-
Uses of ReplacementCondition in tech.jhipster.lite.module.domain.replacement
Methods in tech.jhipster.lite.module.domain.replacement that return ReplacementConditionModifier and TypeMethodDescriptionstatic ReplacementConditionReplacementCondition.always()ElementReplacer.condition()FileStartReplacer.condition()Returns the value of theconditionrecord component.RegexNeedleAfterReplacer.condition()Returns the value of theconditionrecord component.RegexNeedleBeforeReplacer.condition()Returns the value of theconditionrecord component.RegexReplacer.condition()Returns the value of theconditionrecord component.TextNeedleAfterReplacer.condition()Returns the value of theconditionrecord component.TextNeedleBeforeReplacer.condition()Returns the value of theconditionrecord component.TextReplacer.condition()Returns the value of theconditionrecord component.static ReplacementConditionReplacementCondition.notContainingReplacement()Constructors in tech.jhipster.lite.module.domain.replacement with parameters of type ReplacementConditionModifierConstructorDescriptionFileStartReplacer(ReplacementCondition condition) Creates an instance of aFileStartReplacerrecord class.RegexNeedleAfterReplacer(ReplacementCondition condition, Pattern pattern) Creates an instance of aRegexNeedleAfterReplacerrecord class.RegexNeedleBeforeReplacer(ReplacementCondition condition, Pattern pattern) Creates an instance of aRegexNeedleBeforeReplacerrecord class.RegexReplacer(ReplacementCondition condition, String regex) RegexReplacer(ReplacementCondition condition, Pattern pattern) Creates an instance of aRegexReplacerrecord class.TextNeedleAfterReplacer(ReplacementCondition condition, String text) Creates an instance of aTextNeedleAfterReplacerrecord class.TextNeedleBeforeReplacer(ReplacementCondition condition, String text) Creates an instance of aTextNeedleBeforeReplacerrecord class.TextReplacer(ReplacementCondition condition, String text) Creates an instance of aTextReplacerrecord class.