org.jsmiparser.util.url
Class AbstractURLListFactory

java.lang.Object
  extended by org.jsmiparser.util.url.AbstractURLListFactory
All Implemented Interfaces:
URLListFactory
Direct Known Subclasses:
ClassPathURLListFactory, FileURLListFactory

public abstract class AbstractURLListFactory
extends java.lang.Object
implements URLListFactory


Field Summary
protected  java.util.List<java.lang.String> m_children
           
protected  java.lang.String m_rootPath
           
 
Constructor Summary
AbstractURLListFactory()
           
AbstractURLListFactory(java.lang.String rootPath)
           
AbstractURLListFactory(java.lang.String rootPath, java.util.List<java.lang.String> children)
           
 
Method Summary
 void add(java.lang.String child)
           
 java.util.List<java.lang.String> getChildren()
           
 java.lang.String getRootPath()
           
 void setChildren(java.util.List<java.lang.String> children)
           
 void setRootPath(java.lang.String rootPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jsmiparser.util.url.URLListFactory
create
 

Field Detail

m_rootPath

protected java.lang.String m_rootPath

m_children

protected java.util.List<java.lang.String> m_children
Constructor Detail

AbstractURLListFactory

public AbstractURLListFactory()

AbstractURLListFactory

public AbstractURLListFactory(java.lang.String rootPath)

AbstractURLListFactory

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

getRootPath

public java.lang.String getRootPath()

setRootPath

public void setRootPath(java.lang.String rootPath)

getChildren

public java.util.List<java.lang.String> getChildren()

setChildren

public void setChildren(java.util.List<java.lang.String> children)

add

public void add(java.lang.String child)


Copyright © 2005-2007 null. All Rights Reserved.