public class MultiComparer extends Object
Multi Comparison facade
Constructor and Description |
---|
MultiComparer() |
Modifier and Type | Method and Description |
---|---|
ICompareResult |
compare(InputStream source,
List<InputStream> targetFiles,
ComparisonSettings options)
Compares the specified source.
|
ICompareResult |
compare(InputStream source,
String sourcePassword,
List<InputStream> targetFiles,
List<String> filesPasswords,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
compare(String source,
List<String> targetFiles,
ComparisonSettings settings)
Compares the specified source.
|
ICompareResult |
compare(String source,
String sourcePassword,
List<String> targetfiles,
List<String> filesPasswords,
ComparisonSettings settings)
Compares the specified source.
|
public ICompareResult compare(String source, List<String> targetFiles, ComparisonSettings settings) throws FileNotFoundException
Compares the specified source.
source
- The source.targetFiles
- The source.settings
- The options.FileNotFoundException
public ICompareResult compare(String source, String sourcePassword, List<String> targetfiles, List<String> filesPasswords, ComparisonSettings settings) throws FileNotFoundException
Compares the specified source.
source
- The source.sourcePassword
- The source password.targetfiles
- The target files.filesPasswords
- The files passwords.settings
- The options.FileNotFoundException
public ICompareResult compare(InputStream source, List<InputStream> targetFiles, ComparisonSettings options)
Compares the specified source.
source
- The source.targetFiles
- The target files.options
- The options.public ICompareResult compare(InputStream source, String sourcePassword, List<InputStream> targetFiles, List<String> filesPasswords, ComparisonSettings settings)
Compares the specified source.
source
- The source.sourcePassword
- The source password.targetFiles
- The target files.filesPasswords
- The files passwords.settings
- The options.Copyright © 2018. All rights reserved.