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

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.JoeyDocumentationTask

public class JoeyDocumentationTask
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
 
コンストラクタの概要
JoeyDocumentationTask()
           
 
メソッドの概要
 java.lang.String getOutputFormat()
          Get the current output format.
 org.apache.velocity.context.Context initControlContext()
          Place our target package value into the context for use in the templates.
 void setOutputFormat(java.lang.String v)
          Set the current output format.
 
クラス org.asyrinx.joey.gen.task.JoeyDataModelTask から継承したメソッド
addNewAppData
 
クラス org.asyrinx.joey.gen.task.BaseJoeyDataModelTask から継承したメソッド
addFileset, getBasePathToDbProps, getDataModelDbMap, getDataModels, getSqlDbMap, getTargetDatabase, getTargetPackage, getXmlFile, grokName, setBasePathToDbProps, setContextProperties, setSqlDbMap, setTargetDatabase, 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
 

コンストラクタの詳細

JoeyDocumentationTask

public JoeyDocumentationTask()
メソッドの詳細

getOutputFormat

public java.lang.String getOutputFormat()
Get the current output format.

戻り値:
the current output format

setOutputFormat

public void setOutputFormat(java.lang.String v)
Set the current output format.

パラメータ:
v - output format

initControlContext

public org.apache.velocity.context.Context initControlContext()
                                                       throws java.lang.Exception
Place our target package value into the context for use in the templates.

オーバーライド:
クラス JoeyDataModelTask 内の initControlContext
戻り値:
the context
例外:
java.lang.Exception - a generic exception
関連項目:
org.asyrinx.brownie.windmill.task.BaseDataModelTask#initControlContext()


Copyright © 2004 asyrinx organization. All Rights Reserved.