Class FlockResult
- java.lang.Object
-
- org.eclipse.epsilon.flock.execute.FlockResult
-
public class FlockResult extends Object
-
-
Constructor Summary
Constructors Constructor Description FlockResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addWarning(String warning)
Collection<String>
getWarnings()
void
printWarnings(PrintStream printStream)
-
-
-
Method Detail
-
addWarning
public void addWarning(String warning)
-
getWarnings
public Collection<String> getWarnings()
-
printWarnings
public void printWarnings(PrintStream printStream)
-
-