com.rsmart.kuali.tools.ant.tasks
Class RdbmsConfig

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.rsmart.kuali.tools.ant.tasks.RdbmsConfig
All Implemented Interfaces:
Cloneable

public class RdbmsConfig
extends org.apache.tools.ant.Task

Shorthand form of an SVN Repository. Localizes information for credentials and url, and stores the information in an easy-to-reference id.

Version:
$Revision$
Author:
$Author$

Field Summary
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
RdbmsConfig()
           
 
Method Summary
 void execute()
           
 Connection getConnection()
          Gets the value of Connection
 String getDriver()
          Gets the value of driver
 String getId()
          Gets the value of id
 String getPassword()
          Gets the value of password
 String getSchema()
          Gets the value of schema
 String getUrl()
          Gets the value of url
 String getUsername()
          Gets the value of username
 void setConnection(Connection argConnection)
          Sets the value of connection
 void setDriver(String argDriver)
          Sets the value of driver
 void setId(String argId)
          Sets the value of id
 void setPassword(String argPassword)
          Sets the value of password
 void setSchema(String argSchema)
          Sets the value of schema
 void setUrl(String argUrl)
          Sets the value of url
 void setUsername(String argUsername)
          Sets the value of username
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RdbmsConfig

public RdbmsConfig()
Method Detail

getUrl

public final String getUrl()
Gets the value of url

Returns:
the value of url

setUrl

public final void setUrl(String argUrl)
Sets the value of url

Parameters:
argUrl - Value to assign to this.url

getConnection

public final Connection getConnection()
Gets the value of Connection

Returns:
the value of Connection

setConnection

public final void setConnection(Connection argConnection)
Sets the value of connection

Parameters:
argConnection - Value to assign to this.connection

getId

public final String getId()
Gets the value of id

Returns:
the value of id

setId

public final void setId(String argId)
Sets the value of id

Parameters:
argId - Value to assign to this.id

getUsername

public final String getUsername()
Gets the value of username

Returns:
the value of username

setUsername

public final void setUsername(String argUsername)
Sets the value of username

Parameters:
argUsername - Value to assign to this.username

getPassword

public final String getPassword()
Gets the value of password

Returns:
the value of password

setPassword

public final void setPassword(String argPassword)
Sets the value of password

Parameters:
argPassword - Value to assign to this.password

getDriver

public final String getDriver()
Gets the value of driver

Returns:
the value of driver

setDriver

public final void setDriver(String argDriver)
Sets the value of driver

Parameters:
argDriver - Value to assign to this.driver

getSchema

public final String getSchema()
Gets the value of schema

Returns:
the value of schema

setSchema

public final void setSchema(String argSchema)
Sets the value of schema

Parameters:
argSchema - Value to assign to this.schema

execute

public void execute()
Overrides:
execute in class org.apache.tools.ant.Task


Copyright © 2011 Leo Przybylski. All Rights Reserved.