jfun.yan.xml.nuts
Class Args

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nuts.Args
All Implemented Interfaces:
java.io.Serializable

public class Args
extends Nut

The Nut class for <args> tag.

Author:
Ben Yu Nov 9, 2005 11:37:25 PM
See Also:
Serialized Form

Constructor Summary
Args()
           
 
Method Summary
 java.lang.Object[] getArgs()
           
 void set(java.lang.Object[] args)
           
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Args

public Args()
Method Detail

set

public void set(java.lang.Object[] args)

getArgs

public java.lang.Object[] getArgs()