com.pmease.quickbuild.log
Class NodeLog

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

public class NodeLog
extends Log

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.pmease.quickbuild.log.Log
Log.LogLevel
 
Constructor Summary
NodeLog(java.lang.String nodeAddress, java.util.Date anchorDate)
           
 
Method Summary
 java.util.Date getAnchorDate()
           
 java.io.InputStream getHtmlInputStream(boolean showExtraInfo)
           
 java.lang.String getName()
           
 java.io.InputStream getTextInputStream(java.lang.String lineSeparator, boolean showExtraInfo)
           
 
Methods inherited from class com.pmease.quickbuild.log.Log
fromString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeLog

public NodeLog(java.lang.String nodeAddress,
               java.util.Date anchorDate)
Method Detail

getTextInputStream

public java.io.InputStream getTextInputStream(java.lang.String lineSeparator,
                                              boolean showExtraInfo)
Specified by:
getTextInputStream in class Log

getName

public java.lang.String getName()
Specified by:
getName in class Log

getHtmlInputStream

public java.io.InputStream getHtmlInputStream(boolean showExtraInfo)
Specified by:
getHtmlInputStream in class Log

getAnchorDate

public java.util.Date getAnchorDate()
Overrides:
getAnchorDate in class Log


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