|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectorg.opengion.fukurou.taglet.DocletTagWriter
public final class DocletTagWriter
Tag 情報を出力する PrintWriter 相当クラスです。
フィールドの概要 | |
---|---|
static String |
BR
HTML上のブレーク <br> + CR |
static String |
CR
リターンコード System.getProperty("line.separator") |
コンストラクタの概要 | |
---|---|
DocletTagWriter(String file)
Doclet のエントリポイントメソッドです。 |
|
DocletTagWriter(String file,
String encode)
Doclet のエントリポイントメソッドです。 |
|
DocletTagWriter(String file,
String encode,
boolean r2b)
Doclet のエントリポイントメソッドです。 |
メソッドの概要 | |
---|---|
void |
close()
出力ファイルをクロースします。 |
void |
printChar(String str1,
com.sun.javadoc.Tag[] tag,
String str3)
文字列引数を 2つと、タグ配列を受け取り、先頭一文字のタグ出力します。 |
void |
printCSVTag(com.sun.javadoc.Tag[] tag)
タグ配列を受け取り、タグ出力します。 |
void |
printTag(String... str)
可変長の文字列引数を取り、文字列を出力します。 |
void |
printTag(String str1,
com.sun.javadoc.Tag[] tag,
String str3)
文字列引数を 2つと、タグ配列を受け取り、タグ出力します。 |
void |
printTag(com.sun.javadoc.Tag[] tag)
タグ配列を受け取り、タグ出力します。 |
void |
printTagsInfo(com.sun.javadoc.Tag[] tag)
タグ配列を受け取り、タグ出力します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final String CR
public static final String BR
コンストラクタの詳細 |
---|
public DocletTagWriter(String file) throws IOException
file
- String
IOException
public DocletTagWriter(String file, String encode) throws IOException
file
- Stringencode
- String
IOException
public DocletTagWriter(String file, String encode, boolean r2b) throws IOException
file
- Stringencode
- Stringr2b
- boolean
IOException
メソッドの詳細 |
---|
public void close()
public void printTag(String... str)
str
- String...public void printTag(com.sun.javadoc.Tag[] tag)
tag
- Tag[]public void printCSVTag(com.sun.javadoc.Tag[] tag)
tag
- Tag[]public void printTagsInfo(com.sun.javadoc.Tag[] tag)
tag
- Tag[]public void printTag(String str1, com.sun.javadoc.Tag[] tag, String str3)
str1
- Stringtag
- Tag[]str3
- Stringpublic void printChar(String str1, com.sun.javadoc.Tag[] tag, String str3)
str1
- Stringtag
- Tag[]str3
- String
|
openGion 5.0.0.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |