Interface PackageDescriptor
-
- All Known Implementing Classes:
PackageDescriptorImpl
public interface PackageDescriptor
Descriptor for a package (as indicated by a package-info.class file).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Retrieves the package name.InputStreamAccess
getStreamAccess()
Retrieves access to the InputStream for thepackage-info.class
file.
-
-
-
Method Detail
-
getName
String getName()
Retrieves the package name.- Returns:
- The package name
-
getStreamAccess
InputStreamAccess getStreamAccess()
Retrieves access to the InputStream for thepackage-info.class
file.- Returns:
- Access to the InputStream for the
package-info.class
file.
-
-