Interface ClassDescriptor
-
public interface ClassDescriptorDescriptor for a class file.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClassDescriptor.Categorization
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassDescriptor.CategorizationgetCategorization()java.lang.StringgetName()Retrieves the class name, not the file name.InputStreamAccessgetStreamAccess()Retrieves access to the InputStream for the class file.
-
-
-
Method Detail
-
getName
java.lang.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.
-
-