public interface ClassDescriptor
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
ClassDescriptor.Categorization |
static class |
ClassDescriptor.CategorizationEnum |
| 限定符和类型 | 方法和说明 |
|---|---|
ClassDescriptor.Categorization |
getCategorization() |
String |
getName()
Retrieves the class name, not the file name.
|
InputStream |
getStream()
Retrieves access to the InputStream for the class file.
|
String getName()
ClassDescriptor.Categorization getCategorization()
InputStream getStream()
Copyright © 2020. All rights reserved.