public class Pathfinder extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
getAbsoluteFilePath(URL url)
Takes a URL, and returns the absolute filename (and path) of that file
|
static URL |
getResourceReference(String property,
String file)
|
public static URL getResourceReference(String property, String file)
URL based on the property and the
file. The resource is located as follows: If
file is
property, which is read from Registry. If the value of
property is
property +
file is returned.Refproperty - The property to retrievefile - A relative or absolute path to a resourceCopyright © 2006–2018 Esito AS. All rights reserved.