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 Module
Modules. getModule(java.lang.Class cls)
Methods in com.headius.backport9.modules with parameters of type Module Modifier and Type Method Description void
Module. addOpens(java.lang.String pn, Module other)
boolean
Module. isExported(java.lang.String pn, Module other)
boolean
Module. isOpen(java.lang.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 class
Module9
Created by headius on 10/18/17.class
ModuleDummy
Created by headius on 10/18/17.Methods in com.headius.backport9.modules.impl with parameters of type Module Modifier and Type Method Description void
Module9. addOpens(java.lang.String pn, Module other)
void
ModuleDummy. addOpens(java.lang.String pn, Module other)
boolean
Module9. isExported(java.lang.String pn, Module other)
boolean
ModuleDummy. isExported(java.lang.String pn, Module other)
boolean
Module9. isOpen(java.lang.String pn, Module other)
boolean
ModuleDummy. isOpen(java.lang.String pn, Module other)
-