org.eclipse.core.runtime.internal.adaptor
Class LocationHelper
java.lang.Object
org.eclipse.core.runtime.internal.adaptor.LocationHelper
public class LocationHelper
- extends Object
- Since:
- 3.3
|
Method Summary |
static URL |
buildURL(String spec,
boolean trailingSlash)
Builds a URL with the given specification |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocationHelper
public LocationHelper()
buildURL
public static URL buildURL(String spec,
boolean trailingSlash)
- Builds a URL with the given specification
- Parameters:
spec - the URL specificationtrailingSlash - flag to indicate a trailing slash on the spec
- Returns:
- a URL
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.