From: wisberg Date: Wed, 30 Apr 2003 02:14:57 +0000 (+0000) Subject: added flag for incremental mode X-Git-Tag: V1_1_0_RC2~125 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=79dfdccadb09391f2697c26cc7dc4016e83fdc13;p=aspectj.git added flag for incremental mode --- diff --git a/ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java b/ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java index 7e89a55fa..ea8905b71 100644 --- a/ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java +++ b/ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java @@ -80,7 +80,14 @@ public interface BuildOptionsAdapter { * @deprecated Use getComplianceLevel instead */ public boolean getSourceOnePointFourMode(); - + + + /** + * Run compiles incrementally. + * @since AspectJ 1.1 + */ + public boolean getIncrementalMode(); + /** * Be extra-lenient in interpreting the Java specification. The default is "false", * i.e. "regular" mode.