Interface IClassNameMapper


  • public interface IClassNameMapper
    Allows to map class names to VIL names.
    Author:
    Holger Eichelberger
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SEPARATOR  
    • Method Detail

      • getVilName

        java.lang.String getVilName​(java.lang.Class<?> cls)
        Returns the qualified VIL name of cls, separated by SEPARATOR.
        Parameters:
        cls - the class to analyze
        Returns:
        the qualified name