jp.osdl.jbento2.report
クラス Report

java.lang.Object
  上位を拡張 jp.osdl.jbento2.report.Report

public class Report
extends Object


コンストラクタの概要
Report()
           
 
メソッドの概要
 void generate()
           
 String getDestDir()
           
 String getSourceDir()
           
static void main(String[] args)
           
 File makeRelativeDirToTargetDir(File path1, File path2, File target)
           
 void setDestDir(String destDir)
           
 void setSourceDir(String dir)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Report

public Report()
メソッドの詳細

main

public static void main(String[] args)
                 throws Exception
例外:
Exception

generate

public void generate()
              throws Exception
例外:
Exception

makeRelativeDirToTargetDir

public File makeRelativeDirToTargetDir(File path1,
                                       File path2,
                                       File target)

setSourceDir

public void setSourceDir(String dir)

getSourceDir

public String getSourceDir()

getDestDir

public String getDestDir()

setDestDir

public void setDestDir(String destDir)


Copyright © 2005-2008 The JBento Project. All Rights Reserved.