Uses of Record Class
cloud.opencode.base.io.file.FileComparator.LineEntry
Packages that use FileComparator.LineEntry
-
Uses of FileComparator.LineEntry in cloud.opencode.base.io.file
Methods in cloud.opencode.base.io.file that return types with arguments of type FileComparator.LineEntryModifier and TypeMethodDescriptionFileComparator.LineDiff.added()Returns the value of theaddedrecord component.FileComparator.LineDiff.removed()Returns the value of theremovedrecord component.Constructor parameters in cloud.opencode.base.io.file with type arguments of type FileComparator.LineEntryModifierConstructorDescriptionLineDiff(List<FileComparator.LineEntry> added, List<FileComparator.LineEntry> removed, List<FileComparator.LineChange> changed) Creates an instance of aLineDiffrecord class.