aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java b/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java
index 9696d3c0c..8f52f36da 100644
--- a/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java
+++ b/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java
@@ -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();
}