]> source.dussan.org Git - aspectj.git/commitdiff
state persistence
authoraclement <aclement>
Tue, 25 Aug 2009 16:17:51 +0000 (16:17 +0000)
committeraclement <aclement>
Tue, 25 Aug 2009 16:17:51 +0000 (16:17 +0000)
ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java

index 9696d3c0c3c6d432884cc7bf54a4dc0669ac461c..8f52f36da34da302b070852ac883616aadfebe4d 100644 (file)
@@ -122,5 +122,10 @@ public interface ICompilerConfiguration extends CompilerConfigurationChangeFlags
         *         classpath element will be checked)
         */
        public List getClasspathElementsWithModifiedContents();
+       //
+       // /**
+       // * @return the location where the state can be persisted across eclipse restarts. eg. f:/foo/bar/goo
+       // */
+       // public String getLocationForPersistingProjectState();
 
 }