public class TestUtils
extends java.lang.Object
| Constructor and Description |
|---|
TestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.deckfour.xes.model.XLog |
loadLog(java.io.File file)
Opens a Log from a given file.
|
static org.deckfour.xes.model.XLog |
loadLog(java.io.File file,
FakeContext context) |
static org.deckfour.xes.model.XLog |
loadLog(java.lang.String fileName) |
static org.deckfour.xes.model.XLog |
loadLog(java.lang.String fileName,
FakeContext context) |
static void |
saveLog(org.deckfour.xes.model.XLog log,
java.io.File newFile) |
static void |
saveLog(org.deckfour.xes.model.XLog log2Dup,
java.lang.String filename) |
public static org.deckfour.xes.model.XLog loadLog(java.lang.String fileName)
throws java.lang.Exception
java.lang.Exceptionpublic static org.deckfour.xes.model.XLog loadLog(java.lang.String fileName,
FakeContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static org.deckfour.xes.model.XLog loadLog(java.io.File file,
FakeContext context)
throws java.lang.Exception
java.lang.Exceptionpublic static org.deckfour.xes.model.XLog loadLog(java.io.File file)
throws java.lang.Exception
file - File containing the log.XLogjava.lang.Exceptionpublic static void saveLog(org.deckfour.xes.model.XLog log,
java.io.File newFile)
throws java.io.IOException
java.io.IOExceptionpublic static void saveLog(org.deckfour.xes.model.XLog log2Dup,
java.lang.String filename)
throws java.io.IOException
java.io.IOException