org.nuiton.util
Class ApplicationConfig.Action

java.lang.Object
  extended by org.nuiton.util.ApplicationConfig.Action
Enclosing class:
ApplicationConfig

public static class ApplicationConfig.Action
extends Object

Defines a runtime action to be launched via the doAction() method.

Author:
poussin

Nested Class Summary
static interface ApplicationConfig.Action.Step
           
 
Field Summary
protected  Method m
           
protected  Object o
           
protected  String[] params
           
protected  int step
           
 
Constructor Summary
ApplicationConfig.Action(int step, Object o, Method m, String... params)
           
 
Method Summary
 void doAction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

step

protected int step

o

protected Object o

m

protected Method m

params

protected String[] params
Constructor Detail

ApplicationConfig.Action

public ApplicationConfig.Action(int step,
                                Object o,
                                Method m,
                                String... params)
Method Detail

doAction

public void doAction()
              throws IllegalAccessException,
                     IllegalArgumentException,
                     InvocationTargetException,
                     InstantiationException
Throws:
IllegalAccessException
IllegalArgumentException
InvocationTargetException
InstantiationException


Copyright © 2004-2010 CodeLutin. All Rights Reserved.