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

Examples of org.eclipse.ecf.internal.provider.filetransfer.Activator


      }
    }
  }

  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));
  }
View Full Code Here

TOP

Related Classes of org.eclipse.ecf.internal.provider.filetransfer.Activator

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.