Utility class file routines. This class provides a number of static utility methods to convert between the formats used in the Java class file format and those commonly used in Java programming.
Convert a class name from java source file dot notation to class file
slash notation..
Convert a class name from java source file dot notation to class file slash notation..
Returns:
the class name in slash notation (eg. java/lang/Object).
Parameters: - dotName - the class name in dot notation (eg. java.lang.Object).
Convert a class name from class file slash notation to java source
file dot notation.
Convert a class name from class file slash notation to java source file dot notation.
Returns:
the class name in dot notation (eg. java.lang.Object).
Parameters: - name - the class name in slash notation org/apache/ant