Package com.acrolinx.sidebar.utils
-
Class Summary Class Description DiffMatchPatch Class containing the diff, match and patch methods.DiffMatchPatch.Diff Class representing one diff operation.DiffMatchPatch.LinesToCharsResult Internal class for returning results from diff_linesToChars().DiffMatchPatch.Patch Class representing one patch operation.FileUtils FragmentContentHandler IconUtils Use this class to retrieve the Acrolinx Logo from package resources.LoggingUtils Set up the integration's logging.LogMessages For internal use.MatchUtils NamespaceResolver OSUtils Retrieves the current OS.SecurityUtils For internal use.SidebarUtils StartPageInstaller XMLLookupUtils -
Enum Summary Enum Description DiffMatchPatch.Operation 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."OSUtils.EnumOS -
Exception Summary Exception Description AcrolinxException FragmentContentException