Uses of Class
io.jenkins.plugins.configsplice.engine.SpliceException
Packages that use SpliceException
Package
Description
-
Uses of SpliceException in io.jenkins.plugins.configsplice.engine
Methods in io.jenkins.plugins.configsplice.engine that throw SpliceExceptionModifier and TypeMethodDescriptionApplies every edit totext.SplicePlan.Builder.build()static SourceDocumentSourceDocument.of(byte[] bytes) Detects the encoding, admits only UTF-8, and decodes strictly.static AtomicFileWriter.OutcomeAtomically replacestarget's contents withcontent.static PathWorkspaceGuard.requireConfinedRegularFile(Path workspaceRoot, String relativePath) Resolves a workspace-relative path and proves it is a regular file inside the workspace.static voidEncodingSupport.requireSupportedBom(EncodingSupport.Bom bom) Rejects any BOM other than none or UTF-8.static voidEncodingSupport.requireSupportedXmlDeclaration(String text) Validates theencodingpseudo-attribute of an XML declaration, when present. -
Uses of SpliceException in io.jenkins.plugins.configsplice.engine.json
Methods in io.jenkins.plugins.configsplice.engine.json that throw SpliceException -
Uses of SpliceException in io.jenkins.plugins.configsplice.engine.xml
Methods in io.jenkins.plugins.configsplice.engine.xml that throw SpliceExceptionModifier and TypeMethodDescriptionDotNetAttributeLocator.locate(String text, DotNetPath path) Finds the attribute addressed bypath.static GenericXmlLocator.LocatedFinds the target addressed bypath.static DotNetPathParses an XML shorthand path.static XmlPathParses a generic XML path.static List<XmlTagScanner.Tag> Scans the whole document.