Class Module9
- java.lang.Object
-
- com.headius.backport9.modules.impl.Module9
-
-
Method Summary
All Methods Instance Methods Concrete 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)StringtoString()
-
-
-
Constructor Detail
-
Module9
public Module9(Module module)
-
-
Method Detail
-
isExported
public boolean isExported(String pn)
- Specified by:
isExportedin interfaceModule
-
isExported
public boolean isExported(String pn, Module other)
- Specified by:
isExportedin interfaceModule
-
-