X-Git-Url: http://git.argeo.org/?a=blobdiff_plain;f=runtime%2Forg.argeo.slc.support.castor%2Fsrc%2Fmain%2Fjava%2Forg%2Fargeo%2Fslc%2Fxml%2Fprocess%2FFileSlcExecutionNotifier.java;h=8b110ecd2032f4302f38806929d3dd731c6c0369;hb=4acaa7b3eca85263027b1a8875cf0b1971a09c7b;hp=93cde8ddf6f9157ad2b1b13452d7ad048333063d;hpb=0e2ff188c2e8ffac85739cccc3925e8bd82d7be9;p=gpl%2Fargeo-slc.git diff --git a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java b/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java index 93cde8ddf..8b110ecd2 100644 --- a/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java +++ b/runtime/org.argeo.slc.support.castor/src/main/java/org/argeo/slc/xml/process/FileSlcExecutionNotifier.java @@ -29,21 +29,22 @@ import org.argeo.slc.SlcException; import org.argeo.slc.execution.ExecutionProcess; import org.argeo.slc.process.SlcExecution; import org.argeo.slc.process.SlcExecutionNotifier; +import org.argeo.slc.execution.ExecutionStep; import org.argeo.slc.process.SlcExecutionStep; import org.springframework.oxm.Marshaller; /** @deprecated Probably not even working anymore */ public class FileSlcExecutionNotifier implements SlcExecutionNotifier { -// private final static SimpleDateFormat sdf = new SimpleDateFormat( -// "yyyyMMdd-HHmmss"); -// -// private String basePath; + // private final static SimpleDateFormat sdf = new SimpleDateFormat( + // "yyyyMMdd-HHmmss"); + // + // private String basePath; private Marshaller marshaller; private Map uuidToDir = new HashMap(); public void addSteps(ExecutionProcess slcExecution, - List additionalSteps) { + List additionalSteps) { writeSlcExecution(slcExecution); } @@ -80,7 +81,7 @@ public class FileSlcExecutionNotifier implements SlcExecutionNotifier { } public void setBasePath(String basePath) { - //this.basePath = basePath; + // this.basePath = basePath; } public void setMarshaller(Marshaller marshaller) {