Uses of Record Class
io.jenkins.plugins.configsplice.engine.SourceRange
Packages that use SourceRange
Package
Description
-
Uses of SourceRange in io.jenkins.plugins.configsplice.engine
Methods in io.jenkins.plugins.configsplice.engine that return SourceRangeModifier and TypeMethodDescriptionSplicePlan.Edit.range()Returns the value of therangerecord component.Methods in io.jenkins.plugins.configsplice.engine with parameters of type SourceRangeModifier and TypeMethodDescriptionSplicePlan.Builder.add(SourceRange range, String replacement, String label) intSourceRange.compareTo(SourceRange other) booleanSourceRange.overlaps(SourceRange other) Returns true if this range shares at least one character position withother.Constructors in io.jenkins.plugins.configsplice.engine with parameters of type SourceRangeModifierConstructorDescriptionEdit(SourceRange range, String replacement, String label) Creates an instance of aEditrecord class. -
Uses of SourceRange in io.jenkins.plugins.configsplice.engine.json
Methods in io.jenkins.plugins.configsplice.engine.json that return SourceRangeModifier and TypeMethodDescriptionJsonScalarLocator.Located.range()Returns the value of therangerecord component.Constructors in io.jenkins.plugins.configsplice.engine.json with parameters of type SourceRangeModifierConstructorDescriptionLocated(SourceRange range, JsonScalarLocator.ScalarKind kind, JsonScalarLocator.OffsetEvidence evidence) Creates an instance of aLocatedrecord class. -
Uses of SourceRange in io.jenkins.plugins.configsplice.engine.xml
Methods in io.jenkins.plugins.configsplice.engine.xml that return SourceRangeModifier and TypeMethodDescriptionDotNetAttributeLocator.Located.range()Returns the value of therangerecord component.GenericXmlLocator.Located.range()Returns the value of therangerecord component.XmlTagScanner.Attribute.valueRange()Returns the value of thevalueRangerecord component.Constructors in io.jenkins.plugins.configsplice.engine.xml with parameters of type SourceRangeModifierConstructorDescriptionAttribute(String name, SourceRange valueRange, char quote) Creates an instance of aAttributerecord class.Located(SourceRange range, char quote, String rawValue) Creates an instance of aLocatedrecord class.Located(SourceRange range, GenericXmlLocator.Located.Kind kind, char quote, String rawValue) Creates an instance of aLocatedrecord class.