]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java
Runtime improvements
[gpl/argeo-slc.git] / runtime / org.argeo.slc.support.simple / src / main / java / org / argeo / slc / core / execution / ExecutionResources.java
index f10de57dd82c73c6aad0b2ef18a389bbcf177044..53f5af79af837377fe9f409863813af7c75d7b91 100644 (file)
@@ -4,4 +4,6 @@ import org.springframework.core.io.Resource;
 
 public interface ExecutionResources {
        public Resource getWritableResource(String relativePath);
+
+       public String getAsOsPath(Resource resource, Boolean overwrite);
 }