Package org.eclipse.wst.wsi.internal.core.log.impl

Examples of org.eclipse.wst.wsi.internal.core.log.impl.LogImpl


   * @param requestResponses: a list of messages in the form of request-response pairs.
   * @return a log based on a list of request-response pairs.
   */
  public Log buildLog(List requestResponses)
  {
    log = new LogImpl();
    logMonitorInformation();

    // log the messages
    for (Iterator i = requestResponses.iterator(); i.hasNext();)
    {
View Full Code Here


  /**
   * Create log file.
   */
  public Log newLog()
  {
    return new LogImpl();
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.wsi.internal.core.log.impl.LogImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.