fr.ove.utils
Class Factory

java.lang.Object
  extended byfr.ove.utils.Factory
All Implemented Interfaces:
java.io.Serializable

public class Factory
extends java.lang.Object
implements java.io.Serializable

A little factory to dynamically instanciate classes.

Version:
1.0 29/10/1999
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

Constructor Summary
Factory()
           
 
Method Summary
static java.lang.Object getClassInstance(java.lang.String className)
          Returns an instance of the class with the specified name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Factory

public Factory()
Method Detail

getClassInstance

public static java.lang.Object getClassInstance(java.lang.String className)
Returns an instance of the class with the specified name.

Parameters:
className - the name of the class we want an instance.


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.