X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.simple%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fcore%2Fexecution%2FExecutionResources.java;h=53f5af79af837377fe9f409863813af7c75d7b91;hb=53146ebdda3a7c0c217c44d395d270a7e9d045be;hp=f10de57dd82c73c6aad0b2ef18a389bbcf177044;hpb=d47f40b5d798eb0f3814ddd166749f13ca96a258;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java b/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java index f10de57dd..53f5af79a 100644 --- a/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java +++ b/runtime/org.argeo.slc.support.simple/src/main/java/org/argeo/slc/core/execution/ExecutionResources.java @@ -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); }