org.kuali.common.jdbc.supplier
Class SqlExtensionSupplierBuilder

java.lang.Object
  extended by org.kuali.common.jdbc.supplier.SqlExtensionSupplierBuilder
All Implemented Interfaces:
LocationExtensionSupplierBuilder

Deprecated.

@Deprecated
public class SqlExtensionSupplierBuilder
extends Object
implements LocationExtensionSupplierBuilder

Simple builder that creates a SqlLocationSupplier for a location

Author:
andrewlubbers

Constructor Summary
SqlExtensionSupplierBuilder()
          Deprecated.  
 
Method Summary
 LocationSupplier buildSupplier(String location)
          Deprecated.  
 String getEncoding()
          Deprecated.  
 String getExtension()
          Deprecated.  
 SqlReader getSqlReader()
          Deprecated.  
 void setEncoding(String encoding)
          Deprecated.  
 void setExtension(String extension)
          Deprecated.  
 void setSqlReader(SqlReader sqlReader)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlExtensionSupplierBuilder

public SqlExtensionSupplierBuilder()
Deprecated. 
Method Detail

getExtension

public String getExtension()
Deprecated. 
Specified by:
getExtension in interface LocationExtensionSupplierBuilder

setExtension

public void setExtension(String extension)
Deprecated. 

buildSupplier

public LocationSupplier buildSupplier(String location)
Deprecated. 
Specified by:
buildSupplier in interface LocationExtensionSupplierBuilder

getEncoding

public String getEncoding()
Deprecated. 

setEncoding

public void setEncoding(String encoding)
Deprecated. 

getSqlReader

public SqlReader getSqlReader()
Deprecated. 

setSqlReader

public void setSqlReader(SqlReader sqlReader)
Deprecated. 


Copyright © 2010-2014 The Kuali Foundation. All Rights Reserved.