| |
|
| java.lang.Object org.netbeans.modules.web.project.WebProjectUtil
WebProjectUtil | public class WebProjectUtil (Code) | | Miscellaneous utilities for the web project module.
Mainly addded to bring the web project in sync with the j2se project.
author: Andrei Badea |
Method Summary | |
public static LibraryChooser.Filter | getFilter(WebProject p) | public static URL | getRootURL(File root, String offset) Creates an URL of a classpath or sourcepath root
For the existing directory it returns the URL obtained from
File.toUri For archive file it returns an URL of the root of the archive file
For non existing directory it fixes the ending '/'
Parameters: root - the file of a root Parameters: offset - a path relative to the root file or null (eg. |
getRootURL | public static URL getRootURL(File root, String offset) throws MalformedURLException(Code) | | Creates an URL of a classpath or sourcepath root
For the existing directory it returns the URL obtained from
File.toUri For archive file it returns an URL of the root of the archive file
For non existing directory it fixes the ending '/'
Parameters: root - the file of a root Parameters: offset - a path relative to the root file or null (eg. src/ for jar:file:///lib.jar!/src/)" an URL of the root throws: MalformedURLException - if the URL cannot be created |
|
|
|