public class SourceFileInfoExtractor extends Object
| Constructor and Description |
|---|
SourceFileInfoExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
getKo() |
int |
getOk() |
int |
getUnsupported() |
void |
setErr(PrintStream err) |
void |
setOut(PrintStream out) |
void |
setPrintFileName(boolean printFileName) |
void |
setTypeSolver(TypeSolver typeSolver) |
void |
solve(File file) |
public void setPrintFileName(boolean printFileName)
public void clear()
public void setOut(PrintStream out)
public void setErr(PrintStream err)
public int getOk()
public int getUnsupported()
public int getKo()
public void solve(File file) throws IOException, com.github.javaparser.ParseException
IOExceptioncom.github.javaparser.ParseExceptionpublic void setTypeSolver(TypeSolver typeSolver)
Copyright © 2016. All rights reserved.