/*.................................................................................................................*/ public Snapshot getSnapshot(MesquiteFile file) { Snapshot temp = new Snapshot(); temp.addLine("setRunningFilePath " + ParseUtil.tokenize(runningFilePath)); if (outputFilePaths != null) { String files = " "; for (int i = 0; i < outputFilePaths.length; i++) { files += " " + ParseUtil.tokenize(outputFilePaths[i]); } temp.addLine("setOutputFilePaths " + files); } return temp; }
/*.................................................................................................................*/ public Snapshot getSnapshot(MesquiteFile file) { Snapshot temp = new Snapshot(); temp.addLine("setUsername " + ParseUtil.tokenize(username)); return temp; }