Uses of Interface
org.eclipse.jdt.core.IModuleDescription
-
Packages that use IModuleDescription 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.org.eclipse.jdt.core.manipulation Application programming interface for the JDT core manipulation plug-in class. -
-
Uses of IModuleDescription in org.eclipse.jdt.core
Methods in org.eclipse.jdt.core that return IModuleDescription Modifier and Type Method Description IModuleDescriptionIJavaProject. findModule(String moduleName, WorkingCopyOwner owner)Finds the first module with the given name found following this project's module path.static IModuleDescriptionJavaCore. getAutomaticModuleDescription(IJavaElement element)Returns theIModuleDescriptionthat the given java element contains when regarded as an automatic module.IModuleDescriptionIModularClassFile. getModule()Returns the module description contained in this type root.default IModuleDescriptionITypeRoot. getModule()Returns the module description contained in this type root or null if there is no module in this type root.IModuleDescriptionIJavaProject. getModuleDescription()Returns theIModuleDescriptionthis project represents or null if the Java project doesn't represent any named module.IModuleDescriptionIPackageFragmentRoot. getModuleDescription()Returns theIModuleDescriptionthat this package fragment root contains.IModuleDescriptionIJavaProject. getOwnModuleDescription()Returns theIModuleDescriptionowned by this project or null if the Java project doesn't own a valid Java module descriptor.Methods in org.eclipse.jdt.core with parameters of type IModuleDescription Modifier and Type Method 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.String[]IModuleDescription. getExportedPackageNames(IModuleDescription targetModule)Get names of exported packages.String[]IModuleDescription. getOpenedPackageNames(IModuleDescription targetModule)Get names of opened packages. -
Uses of IModuleDescription in org.eclipse.jdt.core.manipulation
Methods in org.eclipse.jdt.core.manipulation with parameters of type IModuleDescription Modifier and Type Method Description static StringCodeGeneration. getModuleComment(ICompilationUnit cu, IModuleDescription desc, String lineDelimiter)Returns the comment for a module based on code templates
-