public interface ReadCompilations
extends java.io.Serializable
This API is useful to check how many times Zinc has compiled a set of sources and when that compilation took place. One can also use it to test Zinc's regressions.
| Modifier and Type | Method and Description |
|---|---|
Compilation[] |
getAllCompilations()
Returns an array of
compilation instances that provide
information on Zinc's compilation runs. |
Compilation[] getAllCompilations()
compilation instances that provide
information on Zinc's compilation runs.
Note that the array may be empty if Zinc has not compiled your project yet.