org.jtiger.framework
Class ClassAliasMappingFactory

java.lang.Object
  extended by org.jtiger.framework.ClassAliasMappingFactory

public final class ClassAliasMappingFactory
extends Object

Provides an alias name to a class name using a resource as the mapping. This resource forms part of the JTiger core.

Version:
2.1
Build Number 0376
Build Time 2006-07-28 01:50.16.218 CET (GMT + 1)
Author:
Tony Morris
See Also:
ClassAliasMapping

Field Summary
static String ALIAS_PREFIX
          The value that aliases are prefixed with before being obtained by calling ClassAliasMapping.getMappedClassName(String).
static String CLASS_ALIAS_MAPPING_RESOURCE
          The name of the resource that provides the class name mapping.
 
Method Summary
static ClassAliasMapping newClassAliasMapping()
          Returns a new ClassAliasMapping instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIAS_PREFIX

public static final String ALIAS_PREFIX
The value that aliases are prefixed with before being obtained by calling ClassAliasMapping.getMappedClassName(String). That is, if an alias exists in the resource as "alias", the value that is mapped to that alias can be obtained by calling theClassAliasMapping.getMappedClassName(ALIAS_PREFIX + "alias")

See Also:
Constant Field Values

CLASS_ALIAS_MAPPING_RESOURCE

public static final String CLASS_ALIAS_MAPPING_RESOURCE
The name of the resource that provides the class name mapping. This resource forms part of the JTiger core.

See Also:
Constant Field Values
Method Detail

newClassAliasMapping

public static ClassAliasMapping newClassAliasMapping()
Returns a new ClassAliasMapping instance.

Returns:
A new ClassAliasMapping instance.