クラス
rydeen.utils.Author の使用

Author を使用しているパッケージ
rydeen.spi このパッケージには,サービスプロバイダインターフェース(SPI)に関するクラスが置かれます. 
rydeen.utils This package includes utility classes and classes to identify plugin authors. 
 

rydeen.spi での Author の使用
 

Author を返す rydeen.spi のメソッド
 Author[] ProcessorService.getAuthors()
          このSPI並びにProcessor の作成者のリストを返します.
 Author[] AbstractProcessorService.getAuthors()
           
 

rydeen.utils での Author の使用
 

Author を返す rydeen.utils のメソッド
 Author[] Provider.getAuthors()
          このプロバイダに所属する著者一覧を返します.
 

Author 型のパラメータを持つ rydeen.utils のコンストラクタ
Provider(String name, Author[] authors)
          このプロバイダの名前と著者情報を指定してオブジェクトを作成します.
Provider(String name, Author[] initAuthors, Organization org)
          このプロバイダの名前,著者,団体を指定してオブジェクトを作成します.
 



Copyright © 2010-2011 Rydeen Project. All Rights Reserved.