Package | Description |
---|---|
org.eclipse.m2e.jdt.internal |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,InternalModuleInfo> |
BuildPathManager.moduleInfosMap |
Modifier and Type | Method and Description |
---|---|
static InternalModuleInfo |
InternalModuleInfo.fromDeclaration(org.eclipse.jdt.internal.compiler.env.IModule declaration) |
static InternalModuleInfo |
InternalModuleInfo.fromDescription(org.eclipse.jdt.core.IModuleDescription description) |
private static InternalModuleInfo |
InternalModuleSupport.getModuleInfo(java.io.File file,
int targetCompliance)
Deprecated.
|
private static InternalModuleInfo |
InternalModuleSupport.getModuleInfo(IClasspathEntryDescriptor entry,
org.eclipse.core.runtime.IProgressMonitor monitor,
int targetCompliance)
Deprecated.
|
(package private) static InternalModuleInfo |
ModuleSupport.getModuleInfo(org.eclipse.jdt.core.IJavaProject jp,
org.eclipse.core.runtime.IProgressMonitor monitor) |
(package private) static InternalModuleInfo |
InternalModuleSupport.getModuleInfo(org.eclipse.jdt.core.IJavaProject project,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
static InternalModuleInfo |
InternalModuleInfo.withAutomaticName(java.lang.String name) |
static InternalModuleInfo |
InternalModuleInfo.withAutomaticNameFromFile(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
private static java.util.function.Function<InternalModuleInfo,java.util.Set<java.lang.String>> |
InternalModuleSupport.createNeededModulesLookup(java.util.Map<java.lang.String,InternalModuleInfo> classpathModules)
Deprecated.
Returns a function that takes a
ModuleInfo , and looks up the names of the modules needed by the given
module -- including modules it requires, and also modules that provide services it uses. |
Modifier and Type | Method and Description |
---|---|
private static java.util.Set<java.lang.String> |
InternalModuleSupport.collectModulesNeededTransitively(InternalModuleInfo module,
java.util.Map<java.lang.String,InternalModuleInfo> classpathModules)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static java.util.Set<java.lang.String> |
InternalModuleSupport.collectModulesNeededTransitively(InternalModuleInfo module,
java.util.Map<java.lang.String,InternalModuleInfo> classpathModules)
Deprecated.
|
private static java.util.function.Function<InternalModuleInfo,java.util.Set<java.lang.String>> |
InternalModuleSupport.createNeededModulesLookup(java.util.Map<java.lang.String,InternalModuleInfo> classpathModules)
Deprecated.
Returns a function that takes a
ModuleInfo , and looks up the names of the modules needed by the given
module -- including modules it requires, and also modules that provide services it uses. |