Introduce CMS JShell
[lgpl/argeo-commons.git] / org.argeo.api.cms / src / org / argeo / api / cms / CmsState.java
index 181e4b9c661f716424f0d183bf97514431680b51..8703b6b62d795d1d7e1cbb86aee0a707dbe7f4d2 100644 (file)
@@ -21,4 +21,6 @@ public interface CmsState {
        List<String> getDeployProperties(String property);
 
        Path getDataPath(String relativePath);
+
+       Path getStatePath(String relativePath);
 }