org.jboss.dtf.testframework.coordinator2.auditlog
Class AuditLog

java.lang.Object
  extended by org.jboss.dtf.testframework.coordinator2.auditlog.AuditLog

public class AuditLog
extends java.lang.Object


Constructor Summary
AuditLog(RunUID runId)
           
 
Method Summary
 void addLog(AuditLogEntry entry)
           
 void close()
           
static AuditLogEntry createLogEntry(java.lang.String testName, java.lang.String permutationCode)
           
static java.lang.String getAuditFilename(RunUID runId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuditLog

public AuditLog(RunUID runId)
         throws java.io.IOException
Throws:
java.io.IOException
Method Detail

addLog

public void addLog(AuditLogEntry entry)
            throws java.io.IOException
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

getAuditFilename

public static final java.lang.String getAuditFilename(RunUID runId)

createLogEntry

public static AuditLogEntry createLogEntry(java.lang.String testName,
                                           java.lang.String permutationCode)