org.processmining.plugins.log
Class FileHelper

java.lang.Object
  extended by org.processmining.plugins.log.FileHelper

public class FileHelper
extends java.lang.Object

Author:
bs0005ygu

Constructor Summary
FileHelper()
           
 
Method Summary
static boolean deleteDirectory(java.io.File path)
           
static java.lang.String getValidFileName(java.lang.String fileName)
           
static void saveEventLog(org.deckfour.xes.model.XLog log, java.lang.String absolutePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileHelper

public FileHelper()
Method Detail

deleteDirectory

public static boolean deleteDirectory(java.io.File path)

getValidFileName

public static java.lang.String getValidFileName(java.lang.String fileName)

saveEventLog

public static void saveEventLog(org.deckfour.xes.model.XLog log,
                                java.lang.String absolutePath)