org.kuali.rice.kew.batch
Class ZipXmlDocCollection
java.lang.Object
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)
file
protected File file
xmlDocs
protected List<org.kuali.rice.kew.batch.BaseXmlDoc> xmlDocs
ZipXmlDocCollection
public ZipXmlDocCollection(File file)
throws IOException
- Throws:
IOException
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.