org.kuali.common.impex.schema.impl
Class SchemaXmlLocationSupplier
java.lang.Object
AbstractSupplier
org.kuali.common.impex.schema.impl.SchemaXmlLocationSupplier
public class SchemaXmlLocationSupplier
- extends AbstractSupplier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
schemaSql
protected List<String> schemaSql
readingIterator
protected Iterator<String> readingIterator
SchemaXmlLocationSupplier
public SchemaXmlLocationSupplier()
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
open
public void open()
throws IOException
- Throws:
IOException
getSchema
public Schema getSchema()
throws IOException
- Throws:
IOException
getSql
public List<String> getSql()
throws IOException
- Throws:
IOException
close
public void close()
getSchemaSql
public List<String> getSchemaSql()
throws IOException
- Throws:
IOException
setSchemaSql
public void setSchemaSql(List<String> schemaSql)
fillInMetaData
public void fillInMetaData()
getProducer
public SchemaSqlProducer getProducer()
setProducer
public void setProducer(SchemaSqlProducer producer)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.