| Package | Description |
|---|---|
| com.groupdocs.comparison |
The package provides classes to compare documents for all popular document formats.
|
| com.groupdocs.comparison.options |
Provides classes and interfaces for configuring various options and settings related to document comparison.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Comparer.add(Path filePath,
CompareOptions compareOptions)
Adds the specified target document to the comparison process with loading options specified.
|
void |
Comparer.add(String filePath,
CompareOptions compareOptions)
Adds the specified target document or folder to the comparison process.
|
Path |
Comparer.compare(CompareOptions compareOptions)
Compares the specified file with the target documents without saving result.
|
Path |
Comparer.compare(OutputStream document,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the output stream.
|
Path |
Comparer.compare(OutputStream outputStream,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided output stream.
|
Path |
Comparer.compare(Path filePath,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(Path filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents without saving result.
|
Path |
Comparer.compare(String filePath,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
Path |
Comparer.compare(String filePath,
SaveOptions saveOptions,
CompareOptions compareOptions)
Compares the specified file with the target documents and writes a comparison result to the provided file path.
|
void |
Comparer.compareDirectory(Path filePath,
CompareOptions compareOptions)
Compares the specified directory with the target directory and saves the comparison result to the provided file path.
|
void |
Comparer.compareDirectory(String filePath,
CompareOptions compareOptions)
Compares the specified directory with the target directory and saves the comparison result to the provided file path.
|
| Constructor and Description |
|---|
Comparer(Path filePath,
CompareOptions compareOptions)
Initializes new instance of Comparer with the specified source file path and
LoadOptions. |
Comparer(Path filePath,
LoadOptions loadOptions,
ComparerSettings settings,
CompareOptions compareOptions)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
Comparer(String filePath,
CompareOptions compareOptions)
Initializes a new instance of the Comparer class with the specified folder path and compare options.
|
Comparer(String filePath,
LoadOptions loadOptions,
ComparerSettings settings,
CompareOptions compareOptions)
Initializes new instance of Comparer class with the specified source file path,
LoadOptions and ComparerSettings. |
| Modifier and Type | Method and Description |
|---|---|
CompareOptions |
CompareOptions.Builder.build()
Returns the object that was created and configured along with the builder.
|
Copyright © 2024. All rights reserved.