src/share/classes/com/sun/tools/classfile/Dependencies.java

changeset 1358
fc123bdeddb8
parent 1357
c75be5bc5283
child 1472
0c244701188e
equal deleted inserted replaced
1357:c75be5bc5283 1358:fc123bdeddb8
96 public interface ClassFileReader { 96 public interface ClassFileReader {
97 /** 97 /**
98 * Get the ClassFile object for a specified class. 98 * Get the ClassFile object for a specified class.
99 * @param className the name of the class to be returned. 99 * @param className the name of the class to be returned.
100 * @return the ClassFile for the given class 100 * @return the ClassFile for the given class
101 * @throws Dependencies#ClassFileNotFoundException if the classfile cannot be 101 * @throws Dependencies.ClassFileNotFoundException if the classfile cannot be
102 * found 102 * found
103 */ 103 */
104 public ClassFile getClassFile(String className) 104 public ClassFile getClassFile(String className)
105 throws ClassFileNotFoundException; 105 throws ClassFileNotFoundException;
106 } 106 }

mercurial