From cf35dab1c10ff09caa6beeb02142b74f16ae6f6d Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 25 Aug 2009 16:17:51 +0000 Subject: [PATCH] state persistence --- .../src/org/aspectj/ajde/core/ICompilerConfiguration.java | 5 +++++ 1 file changed, 5 insertions(+) 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(); } -- 2.39.5