org.kuali.rice.kew.batch
Class ZipXmlDocCollection

java.lang.Object
  extended by org.kuali.rice.kew.batch.ZipXmlDocCollection
All Implemented Interfaces:
XmlDocCollection

public class ZipXmlDocCollection
extends Object

For uploading zip files full of xml goodness.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
protected  File file
           
protected  List<org.kuali.rice.kew.batch.BaseXmlDoc> xmlDocs
           
 
Constructor Summary
ZipXmlDocCollection(File file)
           
 
Method Summary
 void close()
           
 File getFile()
           
 List<? extends XmlDoc> getXmlDocs()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

file

protected File file

xmlDocs

protected List<org.kuali.rice.kew.batch.BaseXmlDoc> xmlDocs
Constructor Detail

ZipXmlDocCollection

public ZipXmlDocCollection(File file)
                    throws IOException
Throws:
IOException
Method Detail

close

public void close()
           throws IOException
Specified by:
close in interface XmlDocCollection
Throws:
IOException

getFile

public File getFile()
Specified by:
getFile in interface XmlDocCollection

getXmlDocs

public List<? extends XmlDoc> getXmlDocs()
Specified by:
getXmlDocs in interface XmlDocCollection

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.