Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitConstructor Detail Builder public Builder() Method Detail areAllChangesIncluded public DiffResponse.Builder areAllChangesIncluded(Boolean areAllChangesIncluded) Boolean ...
ConstructorMethod Summary boolean diff() Finds the differences between the two XML files or the two XMLDocument objects protected boolean equals(Node node1, Node node2) Method which performs the comparision of 2 nodes. void generateXSL(java.io.Writer out) Generates an XSL file of input filename...
有关详细信息,请参阅参与者指南。 Azure SDK for Java 反馈 Azure SDK for Java 是一个开放源代码项目。 选择一个链接以提供反馈: 提出文档问题提供产品反馈 本文内容 Constructor Summary Method Summary Constructor Details Method Details Applies to
Constructor Detail DocumentDiff public DocumentDiff(Document left, Document right) Create a new diff from the given 2 documents Parameters: left - the left document right - the right document Method Detail getNumDeltaElements public int getNumDeltaElements() Returns the number of changed ...
Constructors Constructor and Description GetSchemaVersionsDiffResult() Method Summary All MethodsInstance MethodsConcrete Methods Modifier and TypeMethod and Description GetSchemaVersionsDiffResultclone() booleanequals(Objectobj) StringgetDiff() The difference between schemas as a string in JsonPatch...
Constructor Detail DiffMatchPatch public DiffMatchPatch() Method Detail diffMain public LinkedList<DiffMatchPatch.Diff> diffMain(String text1, String text2) Find the differences between two texts. Run a faster, slightly less optimal diff. This method allows the 'checklines' of diff_main() to ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
Methods inherited from class java.lang.Object getClass, notify, notifyAll, wait, wait, wait Constructor Detail BranchDiffSourceCodeType public BranchDiffSourceCodeType() Method Detail setSourceBranchName public void setSourceBranchName(String sourceBranchName) The source branch for a ...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
/** * An ANTLRv3 capable Java 1.5 grammar for building ASTs. * * Note that there's also the tr