Interface PackageDescriptor
public interface PackageDescriptor
Descriptor for a package (as indicated by a package-info.class file).
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Retrieves the package name.Retrieves access to the InputStream for thepackage-info.classfile.
-
Method Details
-
getName
-
getStreamAccess
InputStreamAccess getStreamAccess()Retrieves access to the InputStream for thepackage-info.classfile.- Returns:
- Access to the InputStream for the
package-info.classfile.
-