Package org.eclipse.ecf.internal.provider.filetransfer

Examples of org.eclipse.ecf.internal.provider.filetransfer.Activator.log()


  }

  private void logError(String message, IOException e) {
    Activator a = Activator.getDefault();
    if (a != null)
      a.log(new Status(IStatus.ERROR, Activator.PLUGIN_ID, IStatus.ERROR, message, e));
  }

  /**
   * Wraps the underlying stream's method.
   *
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.