net.sf.maltcms.evaluation.spi
Class BeansXmlGenerator

java.lang.Object
  extended by net.sf.maltcms.evaluation.spi.BeansXmlGenerator
All Implemented Interfaces:
Iterable<File>, Iterator<File>

public class BeansXmlGenerator
extends Object
implements Iterable<File>, Iterator<File>

Author:
Nils.Hoffmann@cebitec.uni-bielefeld.de

Constructor Summary
BeansXmlGenerator(LinkedHashMap<String,List<?>> parameterMap, File template, File outputDirectory, HashMap<String,String> tokenMap)
           
 
Method Summary
 boolean hasNext()
           
 Iterator<File> iterator()
           
 File next()
           
 void remove()
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeansXmlGenerator

public BeansXmlGenerator(LinkedHashMap<String,List<?>> parameterMap,
                         File template,
                         File outputDirectory,
                         HashMap<String,String> tokenMap)
Method Detail

size

public int size()

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<File>

next

public File next()
Specified by:
next in interface Iterator<File>

remove

public void remove()
Specified by:
remove in interface Iterator<File>

iterator

public Iterator<File> iterator()
Specified by:
iterator in interface Iterable<File>


Copyright © 2007-2012. All Rights Reserved.