org.browsermob.core.har
Class Har

java.lang.Object
  extended by org.browsermob.core.har.Har

public class Har
extends Object


Constructor Summary
Har()
           
Har(HarLog log)
           
 
Method Summary
 HarLog getLog()
           
 void setLog(HarLog log)
           
 void writeTo(File file)
           
 void writeTo(OutputStream os)
           
 void writeTo(Writer writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Har

public Har()

Har

public Har(HarLog log)
Method Detail

getLog

public HarLog getLog()

setLog

public void setLog(HarLog log)

writeTo

public void writeTo(Writer writer)
             throws IOException
Throws:
IOException

writeTo

public void writeTo(OutputStream os)
             throws IOException
Throws:
IOException

writeTo

public void writeTo(File file)
             throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.