org.kuali.rice.kew.batch
Interface XmlDocCollection

All Known Implementing Classes:
BaseXmlDocCollection, CompositeXmlDocCollection, DirectoryXmlDocCollection, FileXmlDocCollection, StreamXmlDocCollection, ZipXmlDocCollection

public interface XmlDocCollection

Interface describing an abstract XML document source collection

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
XmlDoc, BaseXmlDocCollection, FileXmlDocCollection, DirectoryXmlDocCollection, ZipXmlDocCollection

Method Summary
 void close()
           
 File getFile()
           
 List<? extends XmlDoc> getXmlDocs()
           
 

Method Detail

getFile

File getFile()

getXmlDocs

List<? extends XmlDoc> getXmlDocs()

close

void close()
           throws IOException
Throws:
IOException


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