Package com.thoughtworks.qdox.model
Interface JavaModule
-
- All Known Implementing Classes:
DefaultJavaModule
public interface JavaModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JavaModuleDescriptor
getDescriptor()
java.lang.String
getName()
boolean
isNamed()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
isNamed
boolean isNamed()
-
getDescriptor
JavaModuleDescriptor getDescriptor()
-
-