Interface IClassNameMapper
-
public interface IClassNameMapperAllows to map class names to VIL names.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSEPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetVilName(java.lang.Class<?> cls)Returns the qualified VIL name ofcls, separated bySEPARATOR.
-
-
-
Field Detail
-
SEPARATOR
static final java.lang.String SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getVilName
java.lang.String getVilName(java.lang.Class<?> cls)
Returns the qualified VIL name ofcls, separated bySEPARATOR.- Parameters:
cls- the class to analyze- Returns:
- the qualified name
-
-