org.cruxframework.crux.classpath
Class AbstractURLResourceHandler

java.lang.Object
  extended by org.cruxframework.crux.classpath.AbstractURLResourceHandler
All Implemented Interfaces:
URLResourceHandler
Direct Known Subclasses:
FileURLResourceHandler, ZIPURLResourceHandler

public abstract class AbstractURLResourceHandler
extends Object
implements URLResourceHandler

Author:
Thiago da Rosa de Bustamante

Constructor Summary
AbstractURLResourceHandler()
           
 
Method Summary
protected  void checkProtocol(URL url)
           
 URL getChildResource(URL url, String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.cruxframework.crux.classpath.URLResourceHandler
exists, getDirectoryIteratorFactory, getParentDir, getProtocol
 

Constructor Detail

AbstractURLResourceHandler

public AbstractURLResourceHandler()
Method Detail

getChildResource

public URL getChildResource(URL url,
                            String path)
Specified by:
getChildResource in interface URLResourceHandler

checkProtocol

protected void checkProtocol(URL url)
Parameters:
url -


Copyright © 2014. All rights reserved.