org.jsmiparser.util.url
Class ClassPathURLListFactory

java.lang.Object
  extended by org.jsmiparser.util.url.AbstractURLListFactory
      extended by org.jsmiparser.util.url.ClassPathURLListFactory
All Implemented Interfaces:
URLListFactory

public class ClassPathURLListFactory
extends AbstractURLListFactory


Field Summary
protected  java.lang.ClassLoader m_classLoader
           
 
Fields inherited from class org.jsmiparser.util.url.AbstractURLListFactory
m_children, m_rootPath
 
Constructor Summary
ClassPathURLListFactory()
           
ClassPathURLListFactory(java.lang.String rootPath)
           
ClassPathURLListFactory(java.lang.String rootPath, java.util.List<java.lang.String> children)
           
 
Method Summary
 java.util.List<java.net.URL> create()
           
 java.lang.ClassLoader getClassLoader()
           
 void setClassLoader(java.lang.ClassLoader classLoader)
           
 
Methods inherited from class org.jsmiparser.util.url.AbstractURLListFactory
add, getChildren, getRootPath, setChildren, setRootPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_classLoader

protected java.lang.ClassLoader m_classLoader
Constructor Detail

ClassPathURLListFactory

public ClassPathURLListFactory()

ClassPathURLListFactory

public ClassPathURLListFactory(java.lang.String rootPath)

ClassPathURLListFactory

public ClassPathURLListFactory(java.lang.String rootPath,
                               java.util.List<java.lang.String> children)
Method Detail

getClassLoader

public java.lang.ClassLoader getClassLoader()

setClassLoader

public void setClassLoader(java.lang.ClassLoader classLoader)

create

public java.util.List<java.net.URL> create()
Returns:
The URL List.


Copyright © 2005-2007 null. All Rights Reserved.