Class KcKewAutoIngestorService.AutoXmlDocCollection
- java.lang.Object
-
- co.kuali.coeus.data.migration.workflow.KcKewAutoIngestorService.AutoXmlDocCollection
-
- All Implemented Interfaces:
AutoCloseable,org.kuali.rice.core.api.impex.xml.XmlDocCollection
- Enclosing class:
- KcKewAutoIngestorService
protected static class KcKewAutoIngestorService.AutoXmlDocCollection extends Object implements org.kuali.rice.core.api.impex.xml.XmlDocCollection, AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description AutoXmlDocCollection(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddXmlDoc(org.kuali.rice.core.api.impex.xml.StreamXmlDoc xmlDoc)voidclose()FilegetFile()List<? extends org.kuali.rice.core.api.impex.xml.XmlDoc>getXmlDocs()StringtoString()
-
-
-
Constructor Detail
-
AutoXmlDocCollection
public AutoXmlDocCollection(File file)
-
-
Method Detail
-
getFile
public File getFile()
- Specified by:
getFilein interfaceorg.kuali.rice.core.api.impex.xml.XmlDocCollection
-
getXmlDocs
public List<? extends org.kuali.rice.core.api.impex.xml.XmlDoc> getXmlDocs()
- Specified by:
getXmlDocsin interfaceorg.kuali.rice.core.api.impex.xml.XmlDocCollection
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceorg.kuali.rice.core.api.impex.xml.XmlDocCollection- Throws:
IOException
-
addXmlDoc
public void addXmlDoc(org.kuali.rice.core.api.impex.xml.StreamXmlDoc xmlDoc)
-
-