org.kuali.common.impex.schema.impl
Class SchemaXmlLocationSupplier

java.lang.Object
  extended by AbstractSupplier
      extended by org.kuali.common.impex.schema.impl.SchemaXmlLocationSupplier

public class SchemaXmlLocationSupplier
extends AbstractSupplier


Field Summary
protected  Iterator<String> readingIterator
           
protected  List<String> schemaSql
           
 
Constructor Summary
SchemaXmlLocationSupplier()
           
 
Method Summary
 void close()
           
 void fillInMetaData()
           
 String getLocation()
           
 SchemaSqlProducer getProducer()
           
 Schema getSchema()
           
 List<String> getSchemaSql()
           
 List<String> getSql()
           
 void open()
           
 void setLocation(String location)
           
 void setProducer(SchemaSqlProducer producer)
           
 void setSchemaSql(List<String> schemaSql)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

schemaSql

protected List<String> schemaSql

readingIterator

protected Iterator<String> readingIterator
Constructor Detail

SchemaXmlLocationSupplier

public SchemaXmlLocationSupplier()
Method Detail

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.