Package com.acrolinx.sidebar.utils
package com.acrolinx.sidebar.utils
-
ClassDescriptionClass containing the diff, match and patch methods.Class representing one diff operation.Internal class for returning results from diff_linesToChars().The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."Class representing one patch operation.Use this class to retrieve the Acrolinx Logo from package resources.Retrieves the current OS.For internal use.A utility class containing only static methods to quickly check constructor and method arguments.