net.sf.eos.util.functions
Class ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport

java.lang.Object
  extended by net.sf.eos.util.functions.ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport
Enclosing class:
ConfigurationKeyIntrospectorFunction

public static class ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport
extends Object

Simple holder for reflection data.

Since:
0.1.0
Author:
Sascha Kohlmann

Constructor Summary
ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(Class<?> clazz, String configKeyValue)
          Creates a new instance.
 
Method Summary
 Class<?> getConfigKeyHolderClass()
          Returns the class to refelect.
 String getConfigKeyValue()
          Returns the value of the configuration key field.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport

public ConfigurationKeyIntrospectorFunction.ConfigurationKeySupport(@Nullable
                                                                    Class<?> clazz,
                                                                    @Nullable
                                                                    String configKeyValue)
Creates a new instance.

Parameters:
clazz - the class to introspect
configKeyValue - the value of the configuration key field
Method Detail

getConfigKeyHolderClass

public Class<?> getConfigKeyHolderClass()
Returns the class to refelect.

Returns:
the class to refelect. May be null

getConfigKeyValue

public String getConfigKeyValue()
Returns the value of the configuration key field.

Returns:
the value of the configuration key field. May be null

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2008. All Rights Reserved.