com.pmease.quickbuild.log
Class BuildLogEntryEx

java.lang.Object
  extended by com.pmease.quickbuild.log.BuildLogEntry
      extended by com.pmease.quickbuild.log.BuildLogEntryEx
All Implemented Interfaces:
java.io.Serializable

public class BuildLogEntryEx
extends BuildLogEntry

See Also:
Serialized Form

Constructor Summary
BuildLogEntryEx(BuildLogEntry entry)
           
BuildLogEntryEx(BuildLogEntryEx entry)
           
 
Method Summary
 java.lang.Long getNanos()
           
 void setNanos(java.lang.Long nanos)
           
 
Methods inherited from class com.pmease.quickbuild.log.BuildLogEntry
getDate, getLogLevel, getMessage, getNodeAddress, getStackTrace, getStepPath, renderAsHtml, renderAsText, setDate, setLogLevel, setMessage, setNodeAddress, setStackTrace, setStepPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildLogEntryEx

public BuildLogEntryEx(BuildLogEntryEx entry)

BuildLogEntryEx

public BuildLogEntryEx(BuildLogEntry entry)
Method Detail

getNanos

public java.lang.Long getNanos()

setNanos

public void setNanos(java.lang.Long nanos)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.