public class JavaPlugin
extends java.lang.Object
implements refdiff.parsers.LanguagePlugin
| Constructor and Description |
|---|
JavaPlugin() |
JavaPlugin(java.io.File tempDir) |
| Modifier and Type | Method and Description |
|---|---|
refdiff.core.io.FilePathFilter |
getAllowedFilesFilter() |
static java.lang.String |
getKey(refdiff.core.cst.CstNode node) |
refdiff.core.cst.CstRoot |
parse(refdiff.core.io.SourceFileSet sources) |
public JavaPlugin()
public JavaPlugin(java.io.File tempDir)
public refdiff.core.cst.CstRoot parse(refdiff.core.io.SourceFileSet sources)
throws java.lang.Exception
parse in interface refdiff.parsers.LanguagePluginjava.lang.Exceptionpublic static java.lang.String getKey(refdiff.core.cst.CstNode node)
public refdiff.core.io.FilePathFilter getAllowedFilesFilter()
getAllowedFilesFilter in interface refdiff.parsers.LanguagePlugin