|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jtiger.framework.ClassAliasMappingFactory
public final class ClassAliasMappingFactory
Provides an alias name to a class name using a resource
as the mapping. This
resource forms part of the JTiger core.
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 |
---|
public static final String ALIAS_PREFIX
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")
public static final String CLASS_ALIAS_MAPPING_RESOURCE
Method Detail |
---|
public static ClassAliasMapping newClassAliasMapping()
ClassAliasMapping
instance.
ClassAliasMapping
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |