org.codehaus.mojo.sql
Class SqlResource

java.lang.Object
  extended by org.codehaus.mojo.sql.SqlResource

public class SqlResource
extends Object


Constructor Summary
SqlResource()
           
 
Method Summary
 String getLocation()
           
 org.springframework.core.io.Resource getResource()
           
 void setLocation(String location)
           
 void setResource(org.springframework.core.io.Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SqlResource

public SqlResource()
Method Detail

getLocation

public String getLocation()

setLocation

public void setLocation(String location)

getResource

public org.springframework.core.io.Resource getResource()

setResource

public void setResource(org.springframework.core.io.Resource resource)


Copyright © 2006-2012 The Kuali Foundation. All Rights Reserved.