org.apache.log4j.examples
クラス MyCategoryFactory

java.lang.Object
  |
  +--org.apache.log4j.examples.MyCategoryFactory
すべての実装インタフェース:
CategoryFactory

public class MyCategoryFactory
extends Object
implements CategoryFactory

A factory that makes new MyCategory objects.

新しく MyCategory オブジェクトを作るファクトリ・クラスです。

See source code for more details.

さらに詳細は、ソース・コードを参照してください。

作成者:
Ceki Gülcü

コンストラクタの概要
MyCategoryFactory()
          The constructor should be public as it will be called by configurators in different packages.
 
メソッドの概要
 Category makeNewCategoryInstance(String name)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MyCategoryFactory

public MyCategoryFactory()
The constructor should be public as it will be called by configurators in different packages.

コンストラクタは、異なるパッケージ間での設定で呼び出されるように、public であるべきです。

メソッドの詳細

makeNewCategoryInstance

public Category makeNewCategoryInstance(String name)
定義:
インタフェース CategoryFactory 内の makeNewCategoryInstance


Please notify me about new log4j releases.