Uses of Record Class
cloud.opencode.base.yml.diff.DiffEntry
Packages that use DiffEntry
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
-
Uses of DiffEntry in cloud.opencode.base.yml
Methods in cloud.opencode.base.yml that return types with arguments of type DiffEntryModifier and TypeMethodDescriptionOpenYml.diff(YmlDocument base, YmlDocument other) Compares two YAML documents and returns a list of differences.Compares two YAML maps and returns a list of differences. -
Uses of DiffEntry in cloud.opencode.base.yml.diff
Methods in cloud.opencode.base.yml.diff that return DiffEntryModifier and TypeMethodDescriptionstatic DiffEntryCreates an ADDED entry.static DiffEntryCreates a MODIFIED entry.static DiffEntryCreates a REMOVED entry.Methods in cloud.opencode.base.yml.diff that return types with arguments of type DiffEntryModifier and TypeMethodDescriptionYmlDiff.diff(YmlDocument base, YmlDocument other) Compares two YAML documents and returns a list of differences.Compares two maps and returns a list of differences.