Interface PackageDescriptor
-
public interface PackageDescriptorDescriptor for a package (as indicated by a package-info.class file).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Retrieves the package name.InputStreamAccessgetStreamAccess()Retrieves access to the InputStream for thepackage-info.classfile.
-
-
-
Method Detail
-
getName
java.lang.String getName()
Retrieves the package name.- Returns:
- The package name
-
getStreamAccess
InputStreamAccess getStreamAccess()
Retrieves access to the InputStream for thepackage-info.classfile.- Returns:
- Access to the InputStream for the
package-info.classfile.
-
-