Uses of Interface
com.headius.backport9.modules.Module
-
Packages that use Module Package Description com.headius.backport9.modules com.headius.backport9.modules.impl -
-
Uses of Module in com.headius.backport9.modules
Methods in com.headius.backport9.modules that return Module Modifier and Type Method Description static ModuleModules. getModule(Class cls)Methods in com.headius.backport9.modules with parameters of type Module Modifier and Type Method Description voidModule. addOpens(String pn, Module other)booleanModule. isExported(String pn, Module other)booleanModule. isOpen(String pn, Module other) -
Uses of Module in com.headius.backport9.modules.impl
Classes in com.headius.backport9.modules.impl that implement Module Modifier and Type Class Description classModule9Created by headius on 10/18/17.classModuleDummyCreated by headius on 10/18/17.Methods in com.headius.backport9.modules.impl with parameters of type Module Modifier and Type Method Description voidModule9. addOpens(String pn, Module other)voidModuleDummy. addOpens(String pn, Module other)booleanModule9. isExported(String pn, Module other)booleanModuleDummy. isExported(String pn, Module other)booleanModule9. isOpen(String pn, Module other)booleanModuleDummy. isOpen(String pn, Module other)
-