org.apache.turbine.torque
Class TorqueDataDumpTask

org.apache.turbine.torque.TorqueDataDumpTask

Deprecated. use turbine-torque

public class TorqueDataDumpTask

An extended Texen task used for dumping data from db into XML

Version:
$Id: TorqueDataDumpTask.java,v 1.2 2002/02/16 19:40:36 mpoeschl Exp $
Author:
Fedor Karpelevitch

Inner Class Summary
 class TorqueDataDumpTask.TableTool
          Deprecated. A nasty do-it-all tool class.
 
Field Summary
private  AppData app
          Deprecated. Application model.
private  java.lang.String databaseDriver
          Deprecated. Database driver used for JDBC connection.
private  java.lang.String databaseName
          Deprecated.  
private  java.lang.String databasePassword
          Deprecated. Database password used for JDBC connection.
private  java.lang.String databaseUrl
          Deprecated. Database URL used for JDBC connection.
private  java.lang.String databaseUser
          Deprecated. Database user used for JDBC connection.
private  java.lang.String xmlFile
          Deprecated. XML that describes the database model, this is transformed into the application model object.
 
Constructor Summary
TorqueDataDumpTask()
          Deprecated.  
 
Method Summary
 java.lang.String getDatabaseDriver()
          Deprecated. Get the database driver name
 java.lang.String getDatabaseName()
          Deprecated. Get the database name to dump
 java.lang.String getDatabasePassword()
          Deprecated. Get the database password
 java.lang.String getDatabaseUrl()
          Deprecated. Get the database url
 java.lang.String getDatabaseUser()
          Deprecated. Get the database user
 java.lang.String getXmlFile()
          Deprecated. Get the xml schema describing the application model.
 org.apache.velocity.context.Context initControlContext()
          Deprecated. Initializes initial context
 void setDatabaseDriver(java.lang.String v)
          Deprecated. Set the database driver name
 void setDatabaseName(java.lang.String v)
          Deprecated. Set the database name
 void setDatabasePassword(java.lang.String v)
          Deprecated. Set the database password
 void setDatabaseUrl(java.lang.String v)
          Deprecated. Set the database url
 void setDatabaseUser(java.lang.String v)
          Deprecated. Set the database user
 void setXmlFile(java.lang.String v)
          Deprecated. Set the xml schema describing the application model.
 

Field Detail

app

private AppData app
Deprecated. 
Application model. In this case a database model.

databaseName

private java.lang.String databaseName
Deprecated. 

xmlFile

private java.lang.String xmlFile
Deprecated. 
XML that describes the database model, this is transformed into the application model object.

databaseUrl

private java.lang.String databaseUrl
Deprecated. 
Database URL used for JDBC connection.

databaseDriver

private java.lang.String databaseDriver
Deprecated. 
Database driver used for JDBC connection.

databaseUser

private java.lang.String databaseUser
Deprecated. 
Database user used for JDBC connection.

databasePassword

private java.lang.String databasePassword
Deprecated. 
Database password used for JDBC connection.
Constructor Detail

TorqueDataDumpTask

public TorqueDataDumpTask()
Deprecated. 
Method Detail

getXmlFile

public java.lang.String getXmlFile()
Deprecated. 
Get the xml schema describing the application model.
Returns:
String xml schema file.

setXmlFile

public void setXmlFile(java.lang.String v)
Deprecated. 
Set the xml schema describing the application model.
Parameters:
v - The new XmlFile value

getDatabaseName

public java.lang.String getDatabaseName()
Deprecated. 
Get the database name to dump
Returns:
The DatabaseName value

setDatabaseName

public void setDatabaseName(java.lang.String v)
Deprecated. 
Set the database name
Parameters:
v - The new DatabaseName value

getDatabaseUrl

public java.lang.String getDatabaseUrl()
Deprecated. 
Get the database url
Returns:
The DatabaseUrl value

setDatabaseUrl

public void setDatabaseUrl(java.lang.String v)
Deprecated. 
Set the database url
Parameters:
v - The new DatabaseUrl value

getDatabaseDriver

public java.lang.String getDatabaseDriver()
Deprecated. 
Get the database driver name
Returns:
String database driver name

setDatabaseDriver

public void setDatabaseDriver(java.lang.String v)
Deprecated. 
Set the database driver name
Parameters:
v - The new DatabaseDriver value

getDatabaseUser

public java.lang.String getDatabaseUser()
Deprecated. 
Get the database user
Returns:
String database user

setDatabaseUser

public void setDatabaseUser(java.lang.String v)
Deprecated. 
Set the database user
Parameters:
v - The new DatabaseUser value

getDatabasePassword

public java.lang.String getDatabasePassword()
Deprecated. 
Get the database password
Returns:
String database password

setDatabasePassword

public void setDatabasePassword(java.lang.String v)
Deprecated. 
Set the database password
Parameters:
v - The new DatabasePassword value

initControlContext

public org.apache.velocity.context.Context initControlContext()
Deprecated. 
Initializes initial context
Returns:
Description of the Returned Value


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.