com.wikihouse.wildcats0201.jdbcchart.ant
クラス XyLineChartTask

java.lang.Object
  |
  +--org.apache.tools.ant.ProjectComponent
        |
        +--org.apache.tools.ant.Task
              |
              +--com.wikihouse.wildcats0201.jdbcchart.ant.XyLineChartTask

public class XyLineChartTask
extends org.apache.tools.ant.Task

XyLineChartTask . Chartの作成を行うAntタスクです。

バージョン:
$Revision: 5 $
作成者:
$Author: wildcats $

フィールドの概要
 
クラス org.apache.tools.ant.Task から継承したフィールド
description, location, target, taskName, taskType, wrapper
 
クラス org.apache.tools.ant.ProjectComponent から継承したフィールド
project
 
コンストラクタの概要
XyLineChartTask()
           
 
メソッドの概要
 org.apache.tools.ant.types.Path createClasspath()
          クラスパスを返却します。
 org.apache.tools.ant.types.FileSet createFileSet()
          FileSetを生成し返却します。
 void execute()
           
 void setClasspath(org.apache.tools.ant.types.Path classpath)
          クラスパスを設定します。
 void setClasspathRef(org.apache.tools.ant.types.Reference r)
          クラスパスのReferenceを設定します。
 void setDriver(java.lang.String driver)
          JDBCドライバを設定します。
 void setPassword(java.lang.String password)
          データベースパスワードを設定します。
 void setUrl(java.lang.String url)
          JDBC接続URLを設定します。
 void setUser(java.lang.String user)
          データベースユーザ名を設定します。
 
クラス org.apache.tools.ant.Task から継承したメソッド
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
クラス org.apache.tools.ant.ProjectComponent から継承したメソッド
getProject, setProject
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

XyLineChartTask

public XyLineChartTask()
メソッドの詳細

createFileSet

public org.apache.tools.ant.types.FileSet createFileSet()
FileSetを生成し返却します。

戻り値:
FileSet

setClasspathRef

public void setClasspathRef(org.apache.tools.ant.types.Reference r)
クラスパスのReferenceを設定します。

パラメータ:
r - Reference

setClasspath

public void setClasspath(org.apache.tools.ant.types.Path classpath)
クラスパスを設定します。

パラメータ:
classpath - クラスパス

createClasspath

public org.apache.tools.ant.types.Path createClasspath()
クラスパスを返却します。

戻り値:
クラスパス

setDriver

public void setDriver(java.lang.String driver)
JDBCドライバを設定します。

パラメータ:
driver - JDBCドライバ名

setUrl

public void setUrl(java.lang.String url)
JDBC接続URLを設定します。

パラメータ:
url - JDBC接続URL

setPassword

public void setPassword(java.lang.String password)
データベースパスワードを設定します。

パラメータ:
password - パスワード

setUser

public void setUser(java.lang.String user)
データベースユーザ名を設定します。

パラメータ:
user - ユーザ名

execute

public void execute()
             throws org.apache.tools.ant.BuildException
オーバーライド:
クラス org.apache.tools.ant.Task 内の execute
org.apache.tools.ant.BuildException
関連項目:
Task.execute()


Copyright © 2005 . All Rights Reserved.