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

changeset 1472
0c244701188e
parent 554
9d9f26857129
child 2525
2eb010b6cb22
equal deleted inserted replaced
1468:690c41cdab55 1472:0c244701188e
69 * Get the name of the class containing the location. 69 * Get the name of the class containing the location.
70 * This name will be used to locate the class file for transitive 70 * This name will be used to locate the class file for transitive
71 * dependency analysis. 71 * dependency analysis.
72 * @return the name of the class containing the location. 72 * @return the name of the class containing the location.
73 */ 73 */
74 String getName();
75
76 /**
77 * Get the fully-qualified name of the class containing the location.
78 * @return the fully-qualified name of the class containing the location.
79 */
74 String getClassName(); 80 String getClassName();
81
82 /**
83 * Get the package name of the class containing the location.
84 * @return the package name of the class containing the location.
85 */
86 String getPackageName();
75 } 87 }
76 88
77 89
78 /** 90 /**
79 * Get the location that has the dependency. 91 * Get the location that has the dependency.

mercurial