org.jsmiparser.util.url
Class CompositeURLListFactory

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

public class CompositeURLListFactory
extends java.lang.Object
implements URLListFactory


Constructor Summary
CompositeURLListFactory()
           
CompositeURLListFactory(java.util.List<URLListFactory> children)
           
CompositeURLListFactory(URLListFactory... urlListFactories)
           
 
Method Summary
 java.util.List<java.net.URL> create()
           
 java.util.List<URLListFactory> getChildren()
           
 void setChildren(java.util.List<URLListFactory> children)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeURLListFactory

public CompositeURLListFactory()

CompositeURLListFactory

public CompositeURLListFactory(java.util.List<URLListFactory> children)

CompositeURLListFactory

public CompositeURLListFactory(URLListFactory... urlListFactories)
Method Detail

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.