|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectshohaku.kosho.KoshoHelper
作業を省力化する為のヘルパー群を提供します。
コンストラクタの概要 | |
KoshoHelper()
|
メソッドの概要 | |
static shohaku.ginkgo.NodeCompositeRule |
findGinkgoBundleNodeCompositeRule(java.lang.Class resourceBundle,
java.lang.ClassLoader loader,
java.lang.String baseName)
基底名の拡張リソースバンドルが利用する構成ルールを検索して返却します。 |
static shohaku.ginkgo.DocumentCompositeRule |
getGinkgoBundleDocumentCompositeRule(shohaku.core.util.XResourceBundleBaseCalculator calculator,
java.lang.Object bundleBase)
束縛基準の識別子をドキュメントIDとして返すドキュメント構成ルールを生成して返却します。 |
static java.io.InputStream |
getGinkgoBundleInputStream(java.lang.ClassLoader loader,
java.lang.String bundleName)
リソースファイルの入力ストリームを生成して返却します。 |
static shohaku.ginkgo.NodeCompositeRule |
loadDefaultNodeCompositeRule(java.lang.Class c,
java.lang.ClassLoader classLoader)
デフォルトの構成ルールを生成して返却します。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public KoshoHelper()
メソッドの詳細 |
public static java.io.InputStream getGinkgoBundleInputStream(java.lang.ClassLoader loader, java.lang.String bundleName)
null
を返却します。
loader
- クラスリーダbundleName
- バンドル名
public static shohaku.ginkgo.NodeCompositeRule findGinkgoBundleNodeCompositeRule(java.lang.Class resourceBundle, java.lang.ClassLoader loader, java.lang.String baseName)
resourceBundle
- 拡張リソースバンドルのクラスloader
- クラスリーダbaseName
- バンドル名
public static shohaku.ginkgo.DocumentCompositeRule getGinkgoBundleDocumentCompositeRule(shohaku.core.util.XResourceBundleBaseCalculator calculator, java.lang.Object bundleBase)
calculator
- 束縛基準の算出機能bundleBase
- 束縛基準
public static shohaku.ginkgo.NodeCompositeRule loadDefaultNodeCompositeRule(java.lang.Class c, java.lang.ClassLoader classLoader)
c
- 構成リソースを生成するクラスclassLoader
- 生成に使用するクラスローダ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |