org.nanocontainer
Class ClassNameKey

java.lang.Object
  extended by org.nanocontainer.ClassNameKey

public class ClassNameKey
extends java.lang.Object

ClassNameKey is a simple wrapper for a class name which is used as a key in the registration of components in NanoContainer.

Author:
Paul Hammant

Constructor Summary
ClassNameKey(java.lang.String className)
           
 
Method Summary
 java.lang.String getClassName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassNameKey

public ClassNameKey(java.lang.String className)
Method Detail

getClassName

public java.lang.String getClassName()


Copyright © 2003-2010 Codehaus. All Rights Reserved.