From: aclement Date: Tue, 25 Aug 2009 16:17:51 +0000 (+0000) Subject: state persistence X-Git-Tag: PRE_J5~14 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cf35dab1c10ff09caa6beeb02142b74f16ae6f6d;p=aspectj.git state persistence --- 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(); }