org.ofbiz.base.location
Interface LocationResolver

All Known Implementing Classes:
ClasspathLocationResolver, ComponentLocationResolver, OFBizHomeLocationResolver, StandardUrlLocationResolver

public interface LocationResolver

A special location resolver that uses Strings like URLs, but with more options


Method Summary
 java.net.URL resolveLocation(java.lang.String location)
           
 

Method Detail

resolveLocation

java.net.URL resolveLocation(java.lang.String location)
                             throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException