public class RdbmsConfig extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
RdbmsConfig() |
| Modifier and Type | Method and Description |
|---|---|
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
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic RdbmsConfig()
public final void setUrl(String argUrl)
argUrl - Value to assign to this.urlpublic final Connection getConnection()
public final void setConnection(Connection argConnection)
argConnection - Value to assign to this.connectionpublic final void setId(String argId)
argId - Value to assign to this.idpublic final String getUsername()
public final void setUsername(String argUsername)
argUsername - Value to assign to this.usernamepublic final String getPassword()
public final void setPassword(String argPassword)
argPassword - Value to assign to this.passwordpublic final void setDriver(String argDriver)
argDriver - Value to assign to this.driverpublic final void setSchema(String argSchema)
argSchema - Value to assign to this.schemapublic void execute()
execute in class org.apache.tools.ant.TaskCopyright © 2004-2012 Leo Przybylski. All Rights Reserved.