Interface ClassDescriptor
public interface ClassDescriptor
Descriptor for a class file.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetName()
Retrieves the class name, not the file name.Retrieves access to the InputStream for the class file.
-
Method Details
-
getName
String getName()Retrieves the class name, not the file name.- Returns:
- The name (FQN) of the class
-
getCategorization
ClassDescriptor.Categorization getCategorization() -
getStreamAccess
InputStreamAccess getStreamAccess()Retrieves access to the InputStream for the class file.- Returns:
- Access to the InputStream for the class file.
-