-
- All Known Implementing Classes:
DefaultJavaModule
public interface JavaModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaModuleDescriptor
getDescriptor()
String
getName()
boolean
isNamed()
-
-
-
Method Detail
-
getName
String getName()
-
isNamed
boolean isNamed()
-
getDescriptor
JavaModuleDescriptor getDescriptor()
-
-