Package com.headius.backport9.modules
Interface Module
-
- All Known Implementing Classes:
Module9,ModuleDummy
public interface Module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddOpens(String pn, Module other)StringgetName()booleanisExported(String pn)booleanisExported(String pn, Module other)booleanisNamed()booleanisOpen(String pn)booleanisOpen(String pn, Module other)
-