public class FinalResult extends TaskResult
TaskResult.ResultType| Modifier and Type | Field and Description |
|---|---|
String |
objectName |
long |
timestamp |
type| Constructor and Description |
|---|
FinalResult(Compiler compiler,
Valid2Result result) |
| Modifier and Type | Method and Description |
|---|---|
Set<SourceFile> |
getDependencies() |
Element |
getRoot() |
Set<SourceFile> |
resolveAllDependencies(Compiler compiler) |
public final long timestamp
public final String objectName
public FinalResult(Compiler compiler, Valid2Result result)
public Element getRoot()
public Set<SourceFile> getDependencies()
public Set<SourceFile> resolveAllDependencies(Compiler compiler)
Copyright © 2014 Quattor. All Rights Reserved.