Class ClassFileUtils
java.lang.Object
org.apache.tools.ant.taskdefs.optional.depend.ClassFileUtils
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.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic StringconvertDotName(String dotName) Convert a class name from java source file dot notation to class file slash notation..static StringconvertSlashName(String name) Convert a class name from class file slash notation to java source file dot notation.
- 
Constructor Details- 
ClassFileUtilspublic ClassFileUtils()
 
- 
- 
Method Details- 
convertSlashName
- 
convertDotName
 
-