org.objectweb.jonathan.libs.kernel.decoders
Class JSetter

java.lang.Object
  extended by org.objectweb.jonathan.libs.kernel.decoders.JSetter

public class JSetter
extends java.lang.Object

Represents a setter on a factory. Used by JAlternative to hold the initialisation of a constructor. Created along with its JAlternative's JImplicitFactory, either by the application compiled configuration or by the runtime XMLImplicitFactoryDecoder (if the application's XML configuration has not been compiled, but is used as the XML runtime configuration file instead).


Field Summary
 java.util.List args
           
 java.lang.String name
           
 
Constructor Summary
JSetter(java.lang.String _name, java.util.List _args)
          creates a new JSetter of the given argument signature.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

args

public java.util.List args
Constructor Detail

JSetter

public JSetter(java.lang.String _name,
               java.util.List _args)
creates a new JSetter of the given argument signature.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object