org.apache.felix.framework.searchpolicy
Class URLPolicyImpl

java.lang.Object
  extended by org.apache.felix.framework.searchpolicy.URLPolicyImpl
All Implemented Interfaces:
IURLPolicy

public class URLPolicyImpl
extends java.lang.Object
implements IURLPolicy


Constructor Summary
URLPolicyImpl(Logger logger, java.net.URLStreamHandler streamHandler, IModule module)
           
 
Method Summary
 java.net.URL createURL(int port, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLPolicyImpl

public URLPolicyImpl(Logger logger,
                     java.net.URLStreamHandler streamHandler,
                     IModule module)
Method Detail

createURL

public java.net.URL createURL(int port,
                              java.lang.String path)
Specified by:
createURL in interface IURLPolicy