| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.taskdefs.optional.depend.ClassFileUtils
public class 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 Summary | |
|---|---|
| ClassFileUtils() | |
| Method Summary | |
|---|---|
| static java.lang.String | convertDotName(java.lang.String dotName)Convert a class name from java source file dot notation to class file slash notation.. | 
| static java.lang.String | convertSlashName(java.lang.String name)Convert a class name from class file slash notation to java source file dot notation. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ClassFileUtils()
| Method Detail | 
|---|
public static java.lang.String convertSlashName(java.lang.String name)
name - the class name in slash notation org/apache/ant
public static java.lang.String convertDotName(java.lang.String dotName)
dotName - the class name in dot notation (eg. java.lang.Object).
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||