|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tools.ant.ProjectComponent org.apache.tools.ant.Task com.rsmart.kuali.tools.ant.tasks.RdbmsConfig
public class RdbmsConfig
Shorthand form of an SVN Repository. Localizes information for credentials and url, and stores the information in an easy-to-reference id.
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 |
---|
public RdbmsConfig()
Method Detail |
---|
public final String getUrl()
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 String getId()
public 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 String getDriver()
public final void setDriver(String argDriver)
argDriver
- Value to assign to this.driverpublic final String getSchema()
public final void setSchema(String argSchema)
argSchema
- Value to assign to this.schemapublic void execute()
execute
in class org.apache.tools.ant.Task
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |