public static class DefaultJavaModuleDescriptor.DefaultJavaExports extends AbstractJavaModel implements JavaModuleDescriptor.JavaExports
| Modifier and Type | Field and Description |
|---|---|
private JavaPackage |
source |
private java.util.Collection<JavaModule> |
targets |
| Constructor and Description |
|---|
DefaultJavaExports(JavaPackage source,
java.util.Collection<JavaModule> targets) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCodeBlock() |
JavaPackage |
getSource() |
java.util.Collection<JavaModule> |
getTargets() |
getLineNumber, getModelWriter, setLineNumber, setModelWriterFactoryprivate JavaPackage source
private java.util.Collection<JavaModule> targets
public DefaultJavaExports(JavaPackage source, java.util.Collection<JavaModule> targets)
public JavaPackage getSource()
getSource in interface JavaModuleDescriptor.JavaExportspublic java.util.Collection<JavaModule> getTargets()
getTargets in interface JavaModuleDescriptor.JavaExportspublic java.lang.String getCodeBlock()
getCodeBlock in interface JavaModel