org.jsmiparser.util.url
Class CompositeURLListFactory
java.lang.Object
org.jsmiparser.util.url.CompositeURLListFactory
- All Implemented Interfaces:
- URLListFactory
public class CompositeURLListFactory
- extends java.lang.Object
- implements URLListFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeURLListFactory
public CompositeURLListFactory()
CompositeURLListFactory
public CompositeURLListFactory(java.util.List<URLListFactory> children)
CompositeURLListFactory
public CompositeURLListFactory(URLListFactory... urlListFactories)
getChildren
public java.util.List<URLListFactory> getChildren()
setChildren
public void setChildren(java.util.List<URLListFactory> children)
create
public java.util.List<java.net.URL> create()
throws java.lang.Exception
- Specified by:
create
in interface URLListFactory
- Returns:
- The URL List.
- Throws:
java.lang.Exception
Copyright © 2005-2007 null. All Rights Reserved.