| Package | Description |
|---|---|
| com.davidehrmann.vcdiff | |
| com.davidehrmann.vcdiff.engine |
| Modifier and Type | Method and Description |
|---|---|
static VCDiffFormatExtension |
VCDiffFormatExtension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VCDiffFormatExtension[] |
VCDiffFormatExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VCDiffCodeTableWriter.writeHeader(OUT out,
EnumSet<VCDiffFormatExtension> formatExtensions)
Writes the header to the output string.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumSet<VCDiffFormatExtension> |
VCDiffStreamingEncoderImpl.formatExtensions |
| Modifier and Type | Method and Description |
|---|---|
void |
JSONCodeTableWriter.writeHeader(Appendable out,
EnumSet<VCDiffFormatExtension> formatExtensions) |
void |
VCDiffCodeTableWriterImpl.writeHeader(OutputStream out,
EnumSet<VCDiffFormatExtension> formatExtensions)
Write the header (as defined in section 4.1 of the RFC) to *out.
|
| Constructor and Description |
|---|
VCDiffStreamingEncoderImpl(VCDiffCodeTableWriter<OUT> coder,
HashedDictionary dictionary,
EnumSet<VCDiffFormatExtension> format_extensions,
boolean look_for_target_matches) |
Copyright © 2018. All rights reserved.