A B C D E F G H I J L M N O P R S T V W

A

ACCESS_MODIFIERS - クラス org.seasar.aptina.commons.util.ModifierUtils の static 変数
可視性を指定する修飾子の Set です.
assertEquals(int, int) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
期待する値と実際の値が等しくなければならないことを表明します.
assertEquals(long, long) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
期待する値と実際の値が等しくなければならないことを表明します.
AssertionUtils - org.seasar.aptina.commons.util の クラス
表明を扱うユーティリティです.
assertNotEmpty(String, CharSequence) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
文字列が null でも空でもいけないことを表明します.
assertNotEmpty(String, Object[]) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
配列が null でも空でもいけないことを表明します.
assertNotEmpty(String, Collection<?>) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
コレクションが null でも空でもいけないことを表明します.
assertNotNull(String, Object) - クラス org.seasar.aptina.commons.util.AssertionUtils の static メソッド
パラメータが null ではいけないことを表明します.

B

buf - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の変数
ソースの文字列バッファ
bundle - クラス org.seasar.aptina.commons.message.EnumMessageFormatter の変数
リソースバンドル
bundle - クラス org.seasar.aptina.commons.message.EnumMessageTextFormatter の変数
リソースバンドル

C

capitalize(String) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
文字列の先頭文字を大文字化した文字列を返します.
ClassUtils - org.seasar.aptina.commons.util の クラス
クラスを扱うユーティリティです.
closeSilently(Closeable) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
クローズ可能なオブジェクトをクローズします.
CollectionUtils - org.seasar.aptina.commons.util の クラス
コレクションを扱うユーティリティです.

D

decapitalize(String) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
文字列の先頭文字を小文字化した文字列を返します.
depth - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の変数
インデントの深さ
DiagnosticUtils - org.seasar.aptina.commons.util の クラス
Diagnostic を扱うユーティリティです.

E

ElementUtils - org.seasar.aptina.commons.util の クラス
Element を扱うユーティリティです.
enter() - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
インデントの階層を下げます.
enumClass - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の変数
メッセージを定義した列挙の型
enumFormatter - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の変数
列挙に定義されたパターンを使用するフォーマッタ
EnumMessageCode - org.seasar.aptina.commons.message の インタフェース
メッセージコードを定義した列挙が実装するインタフェースです.
EnumMessageFormatter<T extends Enum<T> & EnumMessageCode> - org.seasar.aptina.commons.message の クラス
列挙に定義された Formatter のパターンを使用してメッセージを組み立てるクラスです.
EnumMessageFormatter(Class<T>) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のコンストラクタ
デフォルトロケールでインスタンスを構築します.
EnumMessageFormatter(Class<T>, Appendable) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のコンストラクタ
デフォルトロケールでインスタンスを構築します.
EnumMessageFormatter(Class<T>, Locale) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のコンストラクタ
ロケールを指定してインスタンスを構築します.
EnumMessageFormatter(Class<T>, Appendable, Locale) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のコンストラクタ
ロケールを指定してインスタンスを構築します.
EnumMessageResourceBundle<T extends Enum<T> & EnumMessageCode> - org.seasar.aptina.commons.message の クラス
メッセージを定義した列挙を使用するリソースバンドルです.
EnumMessageResourceBundle(Class<T>, int) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle のコンストラクタ
インスタンスを構築します.
EnumMessageTextFormatter<T extends Enum<T> & EnumMessageCode> - org.seasar.aptina.commons.message の クラス
列挙に定義された MessageFormat のパターンを使用してメッセージを組み立てるクラスです.
EnumMessageTextFormatter(Class<T>) - クラス org.seasar.aptina.commons.message.EnumMessageTextFormatter のコンストラクタ
デフォルトロケールでインスタンスを構築します.
EnumMessageTextFormatter(Class<T>, Locale) - クラス org.seasar.aptina.commons.message.EnumMessageTextFormatter のコンストラクタ
ロケールを指定してインスタンスを構築します.
env - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の変数
ProcessingEnvironment

F

format(T, Object...) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のメソッド
列挙に定義されたパターンを使用して作成したメッセージを出力先に追加します.
formatter - クラス org.seasar.aptina.commons.message.EnumMessageFormatter の変数
フォーマッタ
formatter - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の変数
フォーマッタ

G

getAnnotationMirror(Element, Class<? extends Annotation>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
Element に付けられた指定の AnnotationMirror を返します.
getAnnotationMirror(Element, String) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
Element に付けられた指定の AnnotationMirror を返します.
getBundle(Class<T>) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の static メソッド
メッセージを定義した列挙を使用するリソースバンドルを返します.
getBundle(Class<T>, Locale) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の static メソッド
メッセージを定義した列挙を使用するリソースバンドルを返します.
getBundleNoFallback(Class<T>) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の static メソッド
メッセージを定義した列挙を使用するリソースバンドルを返します.
getBundleNoFallback(Class<T>, Locale) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の static メソッド
メッセージを定義した列挙を使用するリソースバンドルを返します.
getConstructorElement(TypeElement) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたデフォルトコンストラクタの実行可能エレメントを返します.
getConstructorElement(TypeElement, Class<?>...) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたコンストラクタの実行可能エレメントを返します.
getConstructorElement(TypeElement, String...) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたコンストラクタの実行可能エレメントを返します.
getDiagnostics(List<Diagnostic<? extends JavaFileObject>>, Class<?>) - クラス org.seasar.aptina.commons.util.DiagnosticUtils の static メソッド
Diagnostic のリストから, 指定されたクラスに対する Diagnostic のリストを返します.
getDiagnostics(List<Diagnostic<? extends JavaFileObject>>, String) - クラス org.seasar.aptina.commons.util.DiagnosticUtils の static メソッド
Diagnostic のリストから, 指定されたクラスに対する Diagnostic のリストを返します.
getDiagnostics(List<Diagnostic<? extends JavaFileObject>>, Diagnostic.Kind) - クラス org.seasar.aptina.commons.util.DiagnosticUtils の static メソッド
Diagnostic のリストから, 指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getDiagnostics(List<Diagnostic<? extends JavaFileObject>>, Class<?>, Diagnostic.Kind) - クラス org.seasar.aptina.commons.util.DiagnosticUtils の static メソッド
Diagnostic のリストから, 指定されたクラスに対する指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getDiagnostics(List<Diagnostic<? extends JavaFileObject>>, String, Diagnostic.Kind) - クラス org.seasar.aptina.commons.util.DiagnosticUtils の static メソッド
Diagnostic のリストから, 指定されたクラスに対する指定された Diagnostic.Kind を持つ Diagnostic のリストを返します.
getFieldElement(TypeElement, Field) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたフィールドの変数エレメントを返します.
getFieldElement(TypeElement, String) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたフィールドの変数エレメントを返します.
getKeys() - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle のメソッド
 
getKind() - インタフェース org.seasar.aptina.commons.message.EnumMessageCode のメソッド
診断の種類を返します.
getMessage(T, Object...) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のメソッド
列挙に定義されたパターンを使用してメッセージを作成して返します.
getMessage(T, Object...) - クラス org.seasar.aptina.commons.message.EnumMessageTextFormatter のメソッド
列挙に定義されたパターンを使用してメッセージを作成して返します.
getMessageFormat(int) - インタフェース org.seasar.aptina.commons.message.EnumMessageCode のメソッド
指定されたロケールのメッセージを返します.
getMethodElement(TypeElement, String) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getMethodElement(TypeElement, String, Class<?>...) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getMethodElement(TypeElement, String, String...) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型エレメントに定義されたメソッドの実行可能エレメントを返します.
getPackageName(String) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
クラスの完全限定名からパッケージ名を返します.
getPattern(T) - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のメソッド
列挙に定義されたパターンを返します.
getPattern(T) - クラス org.seasar.aptina.commons.message.EnumMessageTextFormatter のメソッド
列挙に定義されたパターンを返します.
getQualifiedName(String, String) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
パッケージ名と単純名から完全限定名を返します.
getQualifiedName(Class<?>) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
クラスの完全限定名を返します.
getQualifiedNameArray(Class<?>...) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
クラスの完全限定名の配列を返します.
getSimpleName(Class<?>) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
クラスの単純名を返します.
getSimpleNameArray(Class<?>...) - クラス org.seasar.aptina.commons.util.ClassUtils の static メソッド
クラスの単純名の配列を返します.
getTypeElement(Elements, Class<?>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
クラスに対応する TypeElement を返します.
getTypeElement(Elements, String) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
クラス名に対応する TypeElement を返します.
getTypeMirror(Types, Elements, Class<?>) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
クラスに対応する TypeMirror を返します.
getTypeMirror(Types, Elements, String) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
クラス名に対応する TypeMirror を返します.
getVersion(String, String) - クラス org.seasar.aptina.commons.util.VersionUtils の static メソッド
Maven が作成した Jar に含まれている pom.properties からプロダクトのバージョンを返します.
getVersion(String, String, String) - クラス org.seasar.aptina.commons.util.VersionUtils の static メソッド
Maven が作成した Jar に含まれている pom.properties からプロダクトのバージョンを返します.

H

handleGetObject(String) - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle のメソッド
 
handleKeySet() - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle のメソッド
 

I

indent() - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
インデントを出力します.
indent(int) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
インデントを出力します.
IOUtils - org.seasar.aptina.commons.util の クラス
入出力を扱うユーティリティです.
isDefault(Set<Modifier>) - クラス org.seasar.aptina.commons.util.ModifierUtils の static メソッド
修飾子の可視性がデフォルト (パッケージ) の場合は true を返します.
isEmpty(CharSequence) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
文字列が null または空なら true を返します.
isNotEmpty(CharSequence) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
文字列が null でも空でもなければ true を返します.
isSameTypes(Class<?>[], List<? extends VariableElement>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
引数型の配列とVariableElementのリストの, それぞれの要素の型名が等しければ true を返します.
isSameTypes(String[], List<? extends VariableElement>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型名の配列とVariableElementのリストの, それぞれの要素の型名が等しければ true を返します.

J

join(Iterable<? extends CharSequence>, String) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
シーケンスの要素をセパレータで区切って連結した文字列を返します.
join(Iterable<? extends CharSequence>, Iterable<? extends CharSequence>, String, String) - クラス org.seasar.aptina.commons.util.StringUtils の static メソッド
同じ長さを持つ二つの文字列シーケンスのそれぞれの対応する要素をセパレータ 1 で区切って連結し, それらをセパレータ 2 で区切って連結した文字列を返します.

L

leave() - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
インデントの階層を上げます.
locale - クラス org.seasar.aptina.commons.message.EnumMessageResourceBundle の変数
ロケール

M

ModifierUtils - org.seasar.aptina.commons.util の クラス
Modifier を扱うためのユーティリティです.

N

newArrayList() - クラス org.seasar.aptina.commons.util.CollectionUtils の static メソッド
ArrayList のインスタンスを生成して返します.
newHashMap() - クラス org.seasar.aptina.commons.util.CollectionUtils の static メソッド
HashMap のインスタンスを生成して返します.

O

org.seasar.aptina.commons.message - パッケージ org.seasar.aptina.commons.message
プロパティファイルの代わりに列挙に記述されたメッセージを使用する ResourceBundle を提供します.
org.seasar.aptina.commons.source - パッケージ org.seasar.aptina.commons.source
ソースを生成するためのクラスを提供します.
org.seasar.aptina.commons.util - パッケージ org.seasar.aptina.commons.util
ユーティリティクラスを提供します.

P

PRIMITIVE_TYPES - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static 変数
プリミティブ型の名前と TypeKind のマップです.
printf(String, Object...) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
フォーマットした文字列を出力します.
printf(T, Object...) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
列挙で示されるパターンを使ってフォーマットした文字列を出力します.
printGeneratedAnnotation(String, String, String) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
Generated アノテーションを出力します.
printJavadoc(String) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
Javadoc コメントを出力します.
printJavadoc(T, Object...) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
列挙で指定されたパターンを使って組み立てたメッセージを Javadoc コメントを出力します.

R

readBytes(File) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
ファイルから読み込んだ内容をバイト列で返します.
readBytes(InputStream) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
入力バイトストリームから読み込んだバイト列を返します.
readString(File) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
ファイルから読み込んだ内容を文字列で返します.
readString(File, Charset) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
ファイルから読み込んだ内容を文字列で返します.
readString(File, String) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
ファイルから読み込んだ内容を文字列で返します.
readString(InputStream) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
入力バイトストリームから読み込んだ文字列を返します.
readString(InputStream, Charset) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
入力バイトストリームから読み込んだ文字列を返します.
readString(InputStream, String) - クラス org.seasar.aptina.commons.util.IOUtils の static メソッド
入力バイトストリームから読み込んだ文字列を返します.
reset() - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
生成されたソースを破棄し,状態をリセットします.

S

SimpleSourceGenerator<T extends Enum<T> & EnumMessageCode> - org.seasar.aptina.commons.source の クラス
printf でソースを生成する単純なジェネレータのための抽象クラスです.
SimpleSourceGenerator(ProcessingEnvironment, Class<T>) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のコンストラクタ
インスタンスを構築します.
SPACES - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator の static 変数
インデント用の空白
StringUtils - org.seasar.aptina.commons.util の クラス
文字列を扱うユーティリティです.
SUPPORTED_LOCALES_NAME - インタフェース org.seasar.aptina.commons.message.EnumMessageCode の static 変数
サポートするロケールの配列を定義した定数の名前

T

toArrayType(Types, TypeMirror) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
引数の型を要素とする配列の TypeMirror を返します.
toSimpleNameList(List<? extends Element>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
Element.getSimpleName() が返す名前の List を返します.
toString() - クラス org.seasar.aptina.commons.message.EnumMessageFormatter のメソッド
出力先に追加された文字列を返します.
toString() - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
生成されたソースを返します.
toStringOfModifiers(Set<Modifier>) - クラス org.seasar.aptina.commons.util.ModifierUtils の static メソッド
ModifierSet を文字列化します.
toStringOfTypeParameterDecl(List<? extends TypeParameterElement>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型引数宣言の完全な文字列表現を返します.
toStringOfTypeParameterNames(List<? extends TypeParameterElement>) - クラス org.seasar.aptina.commons.util.ElementUtils の static メソッド
型引数宣言の変数名の文字列表現を返します.
toTypeMirrors(Types, Elements, Class<?>...) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
クラスの配列を TypeMirror の配列に変換して返します.
toTypeMirrors(Types, Elements, String...) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
クラス名の配列を TypeMirror の配列に変換して返します.
toTypeNameList(List<? extends TypeMirror>) - クラス org.seasar.aptina.commons.util.TypeMirrorUtils の static メソッド
TypeMirror の文字列表現の List を返します.
TypeMirrorUtils - org.seasar.aptina.commons.util の クラス
TypeMirror を扱うユーティリティです.

V

VersionUtils - org.seasar.aptina.commons.util の クラス
バージョンを扱うユーティリティです.

W

write(String, TypeElement) - クラス org.seasar.aptina.commons.source.SimpleSourceGenerator のメソッド
生成されたソースを Filer に出力します.

A B C D E F G H I J L M N O P R S T V W

Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.