]> source.dussan.org Git - aspectj.git/commitdiff
added flag for incremental mode
authorwisberg <wisberg>
Wed, 30 Apr 2003 02:14:57 +0000 (02:14 +0000)
committerwisberg <wisberg>
Wed, 30 Apr 2003 02:14:57 +0000 (02:14 +0000)
ajde/src/org/aspectj/ajde/BuildOptionsAdapter.java

index 7e89a55fa9f8d60aa5a46f792b9eabcb3e29e892..ea8905b71de56d1bc2628539fa97636e850e7cc4 100644 (file)
@@ -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.