org.asyrinx.joey.gen.task
クラス JoeyDataSQLTask

java.lang.Object
  拡張org.apache.tools.ant.ProjectComponent
      拡張org.apache.tools.ant.Task
          拡張org.apache.velocity.texen.ant.TexenTask
              拡張org.asyrinx.joey.gen.task.BaseJoeyDataModelTask
                  拡張org.asyrinx.joey.gen.task.JoeyDataModelTask
                      拡張org.asyrinx.joey.gen.task.JoeyDataSQLTask

public class JoeyDataSQLTask
extends JoeyDataModelTask

作成者:
akima

フィールドの概要
 
クラス org.asyrinx.joey.gen.task.JoeyDataModelTask から継承したフィールド
pageGenerator
 
クラス org.asyrinx.joey.gen.task.BaseJoeyDataModelTask から継承したフィールド
context, databaseNames, dataModelDbMap, dataModels, filesets, sqldbmap, xmlFile
 
クラス org.apache.velocity.texen.ant.TexenTask から継承したフィールド
contextProperties, controlTemplate, inputEncoding, outputDirectory, outputEncoding, outputFile, templatePath, useClasspath
 
クラス org.apache.tools.ant.Task から継承したフィールド
description, location, target, taskName, taskType, wrapper
 
クラス org.apache.tools.ant.ProjectComponent から継承したフィールド
project
 
コンストラクタの概要
JoeyDataSQLTask()
           
 
メソッドの概要
 java.lang.String getDataDTD()
          Gets the DataDTD attribute of the TorqueDataSQLTask object
 java.lang.String getDataXmlFile()
          Gets the DataXmlFile attribute of the TorqueDataSQLTask object
 java.lang.String getTargetDatabase()
          Get the current target database.
 org.apache.velocity.context.Context initControlContext()
          Set up the initial context for generating the SQL from the XML schema.
 void setDataDTD(java.lang.String dataDTD)
          Sets the DataDTD attribute of the TorqueDataSQLTask object
 void setDataXmlFile(java.lang.String dataXmlFile)
          Sets the DataXmlFile attribute of the TorqueDataSQLTask object
 void setTargetDatabase(java.lang.String v)
          Set the current target database.
 
クラス org.asyrinx.joey.gen.task.JoeyDataModelTask から継承したメソッド
addNewAppData
 
クラス org.asyrinx.joey.gen.task.BaseJoeyDataModelTask から継承したメソッド
addFileset, getBasePathToDbProps, getDataModelDbMap, getDataModels, getSqlDbMap, getTargetPackage, getXmlFile, grokName, setBasePathToDbProps, setContextProperties, setSqlDbMap, setTargetPackage, setXmlFile
 
クラス org.apache.velocity.texen.ant.TexenTask から継承したメソッド
cleanup, execute, getContextProperties, getControlTemplate, getOutputDirectory, getOutputFile, getTemplatePath, populateInitialContext, setControlTemplate, setInputEncoding, setOutputDirectory, setOutputEncoding, setOutputFile, setTemplatePath, setUseClasspath
 
クラス org.apache.tools.ant.Task から継承したメソッド
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, handleErrorFlush, handleErrorOutput, handleFlush, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName
 
クラス org.apache.tools.ant.ProjectComponent から継承したメソッド
getProject, setProject
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

JoeyDataSQLTask

public JoeyDataSQLTask()
メソッドの詳細

setDataXmlFile

public void setDataXmlFile(java.lang.String dataXmlFile)
Sets the DataXmlFile attribute of the TorqueDataSQLTask object

パラメータ:
dataXmlFile - The new DataXmlFile value

getDataXmlFile

public java.lang.String getDataXmlFile()
Gets the DataXmlFile attribute of the TorqueDataSQLTask object

戻り値:
The DataXmlFile value

getTargetDatabase

public java.lang.String getTargetDatabase()
Get the current target database.

オーバーライド:
クラス BaseJoeyDataModelTask 内の getTargetDatabase
戻り値:
String target database(s)

setTargetDatabase

public void setTargetDatabase(java.lang.String v)
Set the current target database. This is where generated java classes will live.

オーバーライド:
クラス BaseJoeyDataModelTask 内の setTargetDatabase
パラメータ:
v - The new TargetDatabase value

getDataDTD

public java.lang.String getDataDTD()
Gets the DataDTD attribute of the TorqueDataSQLTask object

戻り値:
The DataDTD value

setDataDTD

public void setDataDTD(java.lang.String dataDTD)
Sets the DataDTD attribute of the TorqueDataSQLTask object

パラメータ:
dataDTD - The new DataDTD value

initControlContext

public org.apache.velocity.context.Context initControlContext()
                                                       throws java.lang.Exception
Set up the initial context for generating the SQL from the XML schema.

オーバーライド:
クラス JoeyDataModelTask 内の initControlContext
戻り値:
the context
例外:
java.lang.Exception - If there is an error parsing the data xml.
関連項目:
org.asyrinx.brownie.windmill.task.BaseDataModelTask#initControlContext()


Copyright © 2004 asyrinx organization. All Rights Reserved.