|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectjp.sourceforge.gtibuilder.io.filesystem.GBFile
jp.sourceforge.gtibuilder.io.filesystem.Root
| フィールドの概要 |
| クラス jp.sourceforge.gtibuilder.io.filesystem.GBFile から継承したフィールド |
|
| コンストラクタの概要 | |
Root(Project project)
Creates a new instance of Root |
|
| メソッドの概要 | |
boolean |
createNewFile()
このファイルがまだ存在しないとき普通のファイルを作成します。 |
boolean |
delete()
このファイルを削除します。 |
boolean |
exists()
このファイルが存在するときに trueを返します。 |
String |
getName()
ファイル名を返します |
String |
getParent()
このファイルの親のパスを返します。 |
GBFile |
getParentFile()
このファイルの親を返します。 |
boolean |
isDirectory()
このファイルがディレクトリのときに trueを返します。 |
boolean |
isRoot()
|
boolean |
mkdir()
このファイルがまだ存在しないときディレクトリを作成します。 |
String |
toString()
このファイルのパスを返します。 |
| クラス jp.sourceforge.gtibuilder.io.filesystem.GBFile から継承したメソッド |
addFileUpdateListener, getData, getEditorComponent, getFileInfomation, getFileType, getGBFile, getGBFile, getPath, getRoot, isFile, list, listFile, removeFileUpdateListener, setData, setFileInfomation, setFileType, setName, setParentFile |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| コンストラクタの詳細 |
public Root(Project project)
| メソッドの詳細 |
public String getName()
GBFile の記述:
GBFile 内の getNamepublic boolean createNewFile()
GBFile の記述:
GBFile 内の createNewFilepublic String getParent()
GBFile の記述:
GBFile 内の getParentpublic boolean isDirectory()
GBFile の記述: trueを返します。
GBFile 内の isDirectorypublic boolean mkdir()
GBFile の記述: java.io.File.mkdirs()に同じです。
GBFile 内の mkdirpublic String toString()
GBFile の記述:
GBFile 内の toStringpublic GBFile getParentFile()
GBFile の記述:
GBFile 内の getParentFilepublic boolean exists()
GBFile の記述: trueを返します。
GBFile 内の existspublic boolean delete()
GBFile の記述:
GBFile 内の deletepublic boolean isRoot()
GBFile 内の isRoot
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||