sk.uniba.euromath.tools
Class EclipseUtils

java.lang.Object
  extended by sk.uniba.euromath.tools.EclipseUtils

public final class EclipseUtils
extends Object

Utilities for Eclipse.

Author:
Martin Vysny

Method Summary
static IPath urlToPath(URL url)
          Converts URL address to Eclipse IPath.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

urlToPath

public static IPath urlToPath(URL url)
Converts URL address to Eclipse IPath. It must point into a local file.

Parameters:
url - url address to convert.
Returns:
IPath instance.
Throws:
IllegalArgumentException - if given URL is not file:/ address.


Copyright © 2003-2006 null. All Rights Reserved.