org.knime.core.eclipseUtil
Interface ClassCreator


public interface ClassCreator

Interface for alternative ways to create classes based on class names. This is a work around to tolerate Eclipse's "feature" that not all class loaders from all plugins are known everywhere. A central class creator facility should implement this interface and then be registered with static GlobalClassCreator.

Have a look at the package description to find related links to these eclipse features.

Author:
Michael Berthold, University of Konstanz

Method Summary
 Class<?> createClass(String className)
          returns the Class for the specified className.
 

Method Detail

createClass

Class<?> createClass(String className)
returns the Class for the specified className.

Parameters:
className - specifies the name of the class to be found.
Returns:
corresponding Class.


Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.