Class ApplicationConfig.Action

java.lang.Object
org.nuiton.config.ApplicationConfig.Action
Enclosing class:
ApplicationConfig

public static class ApplicationConfig.Action
extends java.lang.Object
Defines a runtime action to be launched via the doAction() method.
Author:
poussin
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static interface  ApplicationConfig.Action.Step  
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.reflect.Method m  
    protected java.lang.Object o  
    protected java.lang.String[] params  
    protected int step  
  • Constructor Summary

    Constructors 
    Constructor Description
    Action​(int step, java.lang.Object o, java.lang.reflect.Method m, java.lang.String... params)  
  • Method Summary

    Modifier and Type Method Description
    void doAction()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • step

      protected int step
    • o

      protected java.lang.Object o
    • m

      protected java.lang.reflect.Method m
    • params

      protected java.lang.String[] params
  • Constructor Details

    • Action

      public Action​(int step, java.lang.Object o, java.lang.reflect.Method m, java.lang.String... params)
  • Method Details

    • doAction

      public void doAction() throws java.lang.IllegalAccessException, java.lang.IllegalArgumentException, java.lang.reflect.InvocationTargetException, java.lang.InstantiationException
      Throws:
      java.lang.IllegalAccessException
      java.lang.IllegalArgumentException
      java.lang.reflect.InvocationTargetException
      java.lang.InstantiationException