Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
Modifier and Type | Method and Description |
---|---|
IModuleDescription |
IJavaProject.findModule(String moduleName,
WorkingCopyOwner owner)
Finds the first module with the given name found following this project's module path.
|
IModuleDescription |
IModularClassFile.getModule()
Returns the module description contained in this type root.
|
default IModuleDescription |
ITypeRoot.getModule()
Returns the module description contained in this type root or null if there is no module
in this type root.
|
IModuleDescription |
IJavaProject.getModuleDescription()
Returns the
IModuleDescription this project represents or
null if the Java project doesn't represent any named module. |
IModuleDescription |
IPackageFragmentRoot.getModuleDescription()
Returns the
IModuleDescription that this package fragment root contains
or null if the root doesn't contain any named module. |
Modifier and Type | Method and Description |
---|---|
static byte[] |
JavaCore.compileWithAttributes(IModuleDescription module,
Map<String,String> classFileAttributes)
Compile the given module description in the context of its enclosing Java project
and add class file attributes using the given map of attribute values.
|
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.