public class Diff extends Object
Constructor | Description |
---|---|
Diff() |
Modifier and Type | Method | Description |
---|---|---|
List<Delta<String>> |
diff(File actual,
String expected,
Charset charset) |
|
List<Delta<String>> |
diff(File actual,
Charset actualCharset,
File expected,
Charset expectedCharset) |
|
List<Delta<String>> |
diff(InputStream actual,
InputStream expected) |
|
List<Delta<String>> |
diff(Path actual,
String expected,
Charset charset) |
|
List<Delta<String>> |
diff(Path actual,
Charset actualCharset,
Path expected,
Charset expectedCharset) |
public List<Delta<String>> diff(InputStream actual, InputStream expected) throws IOException
IOException
public List<Delta<String>> diff(File actual, Charset actualCharset, File expected, Charset expectedCharset) throws IOException
IOException
public List<Delta<String>> diff(Path actual, Charset actualCharset, Path expected, Charset expectedCharset) throws IOException
IOException
public List<Delta<String>> diff(File actual, String expected, Charset charset) throws IOException
IOException
public List<Delta<String>> diff(Path actual, String expected, Charset charset) throws IOException
IOException
Copyright © 2014–2019. All rights reserved.