接口 ClassDescriptor
-
- 所有已知实现类:
ClassDescriptorImpl
public interface ClassDescriptorDescriptor for a class file.- 作者:
- Steve Ebersole
-
-
嵌套类概要
嵌套类 修饰符和类型 接口 说明 static classClassDescriptor.Categorization
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 ClassDescriptor.CategorizationgetCategorization()StringgetName()Retrieves the class name, not the file name.InputStreamAccessgetStreamAccess()Retrieves access to the InputStream for the class file.
-
-
-
方法详细资料
-
getName
String getName()
Retrieves the class name, not the file name.- 返回:
- The name (FQN) of the class
-
getCategorization
ClassDescriptor.Categorization getCategorization()
-
getStreamAccess
InputStreamAccess getStreamAccess()
Retrieves access to the InputStream for the class file.- 返回:
- Access to the InputStream for the class file.
-
-