|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
jp.hishidama.ant.types.BakFile
public class BakFile
バックアップディレクトリ情報データ.
| コンストラクタの概要 | |
|---|---|
BakFile()
|
|
| メソッドの概要 | |
|---|---|
File |
getDeldir()
|
File |
getDestDir()
|
File |
getNewdir()
|
File |
getOlddir()
|
void |
setDeldir(File dir)
|
void |
setDestDir(File dir)
|
void |
setNewdir(File dir)
|
void |
setOlddir(File dir)
|
| クラス org.apache.tools.ant.types.DataType から継承されたメソッド |
|---|
clone, getRefid, invokeCircularReferenceCheck, isReference, setRefid, toString |
| クラス org.apache.tools.ant.ProjectComponent から継承されたメソッド |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| クラス java.lang.Object から継承されたメソッド |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public BakFile()
| メソッドの詳細 |
|---|
public void setNewdir(File dir)
public void setOlddir(File dir)
public void setDeldir(File dir)
public void setDestDir(File dir)
public File getNewdir()
public File getOlddir()
public File getDeldir()
public File getDestDir()
|
||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||