org.kuali.rice.kew.batch
Class DirectoryXmlDocCollection
java.lang.Object
org.kuali.rice.kew.batch.DirectoryXmlDocCollection
- All Implemented Interfaces:
- XmlDocCollection
public class DirectoryXmlDocCollection
- extends java.lang.Object
An XmlDocCollection backed by a directory of XML files
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
protected java.io.File |
file
|
protected java.util.List<org.kuali.rice.kew.batch.BaseXmlDoc> |
xmlDocs
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
file
protected java.io.File file
xmlDocs
protected java.util.List<org.kuali.rice.kew.batch.BaseXmlDoc> xmlDocs
DirectoryXmlDocCollection
public DirectoryXmlDocCollection(java.io.File dir)
getFile
public java.io.File getFile()
- Specified by:
getFile
in interface XmlDocCollection
getXmlDocs
public java.util.List<? extends XmlDoc> getXmlDocs()
- Specified by:
getXmlDocs
in interface XmlDocCollection
close
public void close()
throws java.io.IOException
- Specified by:
close
in interface XmlDocCollection
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.