@Deprecated
class InternalModuleSupport
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.slf4j.Logger |
log
Deprecated.
|
Constructor and Description |
---|
InternalModuleSupport()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
configureClasspath(IMavenProjectFacade facade,
IClasspathDescriptor classpath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
Sets
module true to classpath dependencies declared in module-info.java |
private static org.eclipse.jdt.core.IJavaProject |
getJavaProject(org.eclipse.core.runtime.IPath projectPath)
Deprecated.
|
private static java.lang.String |
getModuleName(IClasspathEntryDescriptor entry,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
private static java.lang.String |
getModuleNameFromJar(java.io.File file)
Deprecated.
|
private static java.lang.String |
getModuleNameFromProject(org.eclipse.core.runtime.IPath projectPath,
org.eclipse.core.runtime.IProgressMonitor monitor)
Deprecated.
|
public static void configureClasspath(IMavenProjectFacade facade, IClasspathDescriptor classpath, org.eclipse.core.runtime.IProgressMonitor monitor) throws org.eclipse.core.runtime.CoreException
module
true to classpath dependencies declared in module-info.javafacade
- a Maven facade projectclasspath
- a classpath descriptormonitor
- a progress monitororg.eclipse.core.runtime.CoreException
private static java.lang.String getModuleName(IClasspathEntryDescriptor entry, org.eclipse.core.runtime.IProgressMonitor monitor)
private static java.lang.String getModuleNameFromProject(org.eclipse.core.runtime.IPath projectPath, org.eclipse.core.runtime.IProgressMonitor monitor)
private static org.eclipse.jdt.core.IJavaProject getJavaProject(org.eclipse.core.runtime.IPath projectPath)
private static java.lang.String getModuleNameFromJar(java.io.File file)