org.jsmiparser.util.url
Class AbstractURLListFactory
java.lang.Object
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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_rootPath
protected java.lang.String m_rootPath
m_children
protected java.util.List<java.lang.String> m_children
AbstractURLListFactory
public AbstractURLListFactory()
AbstractURLListFactory
public AbstractURLListFactory(java.lang.String rootPath)
AbstractURLListFactory
public AbstractURLListFactory(java.lang.String rootPath,
java.util.List<java.lang.String> children)
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.