public interface ModuleEntry
Module
.Modifier and Type | Method and Description |
---|---|
Module |
asModule()
Precondition: isModuleFile().
|
String |
getClassName() |
Module |
getContainer()
the containing module
|
InputStream |
getInputStream() |
String |
getName() |
boolean |
isClassFile() |
boolean |
isModuleFile() |
boolean |
isSourceFile() |
String getName()
boolean isClassFile()
boolean isSourceFile()
InputStream getInputStream()
boolean isModuleFile()
Module asModule()
String getClassName()
UnsupportedOperationException
- if !isClassFile() and !isSourceFile()Module getContainer()