类 org.test4j.tools.commons.TextDiffMatchPatch.Operation
的使用

使用 TextDiffMatchPatch.Operation 的软件包
org.test4j.tools.commons   
 

org.test4j.tools.commonsTextDiffMatchPatch.Operation 的使用
 

声明为 TextDiffMatchPatch.Operationorg.test4j.tools.commons 中的字段
 TextDiffMatchPatch.Operation TextDiffMatchPatch.Diff.operation
          One of: INSERT, DELETE or EQUAL.
 

返回 TextDiffMatchPatch.Operationorg.test4j.tools.commons 中的方法
static TextDiffMatchPatch.Operation TextDiffMatchPatch.Operation.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static TextDiffMatchPatch.Operation[] TextDiffMatchPatch.Operation.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 TextDiffMatchPatch.Operationorg.test4j.tools.commons 中的构造方法
TextDiffMatchPatch.Diff(TextDiffMatchPatch.Operation operation, String text)
          Constructor.
 



Copyright © 2013. All rights reserved.