org.universAAL.ui.handler.gui.swing
Class ResourceMapper

Package class diagram package ResourceMapper
java.lang.Object
  extended by org.universAAL.ui.handler.gui.swing.ResourceMapper

public class ResourceMapper
extends Object

Find the resources referenced by urls.

Author:
amedrano

Method Summary
static URL search(String url)
          Searches for the specified url in the config directory and JAR resources.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

search

public static URL search(String url)
Searches for the specified url in the config directory and JAR resources.

Parameters:
url - relative url of the resource to find
Returns:
the URL for the resource, null if not found


Copyright © 2014 universAAL Consortium. All Rights Reserved.