Package nablarch.test

Class NablarchTestUtils.ReflectionOperation

java.lang.Object
nablarch.test.NablarchTestUtils.ReflectionOperation
Enclosing class:
NablarchTestUtils

public abstract static class NablarchTestUtils.ReflectionOperation extends Object
リフレクションAPIを使用する際の簡易的なテンプレートクラス。
例外が発生した場合の典型的な対処を提供する。
  • Constructor Details

    • ReflectionOperation

      public ReflectionOperation()
  • Method Details

    • execute

      public final void execute()
      実行する。
    • operate

      protected abstract void operate() throws Exception
      サブクラス、無名クラスでリフレクション操作を行う。
      Throws:
      Exception - 例外