Package | Description |
---|---|
org.eclipse.m2e.jdt | |
org.eclipse.m2e.jdt.internal |
Modifier and Type | Method and Description |
---|---|
IClasspathEntryDescriptor |
IClasspathDescriptor.addEntry(org.eclipse.jdt.core.IClasspathEntry entry)
Adds fully populated IClasspathEntry instance to the classpath.
|
IClasspathEntryDescriptor |
IClasspathDescriptor.addLibraryEntry(org.apache.maven.artifact.Artifact artifact,
org.eclipse.core.runtime.IPath srcPath,
org.eclipse.core.runtime.IPath srcRoot,
java.lang.String javaDocUrl)
Deprecated.
this method exposes Maven core classes, which are not part of m2eclipse-jdt API
|
IClasspathEntryDescriptor |
IClasspathDescriptor.addLibraryEntry(org.eclipse.core.runtime.IPath entryPath)
Adds and returns new library entry to the classpath
|
IClasspathEntryDescriptor |
IClasspathDescriptor.addProjectEntry(org.apache.maven.artifact.Artifact artifact,
IMavenProjectFacade projectFacade)
Deprecated.
this method exposes Maven core classes, which are not part of m2eclipse-jdt API
|
IClasspathEntryDescriptor |
IClasspathDescriptor.addProjectEntry(org.eclipse.core.runtime.IPath entryPath)
Adds and returns new project classpath entry.
|
IClasspathEntryDescriptor |
IClasspathDescriptor.addSourceEntry(org.eclipse.core.runtime.IPath sourcePath,
org.eclipse.core.runtime.IPath outputLocation,
boolean generated)
Convenience method, equivalent to
addSourceEntry(sourcePath, outputLocation, new IPath[0], new IPath[0], generated) |
IClasspathEntryDescriptor |
IClasspathDescriptor.addSourceEntry(org.eclipse.core.runtime.IPath sourcePath,
org.eclipse.core.runtime.IPath outputLocation,
org.eclipse.core.runtime.IPath[] inclusion,
org.eclipse.core.runtime.IPath[] exclusion,
boolean generated)
Adds project source folder to the classpath.
|
IClasspathEntryDescriptor |
IClasspathDescriptor.replaceEntry(IClasspathDescriptor.EntryFilter filter,
org.eclipse.jdt.core.IClasspathEntry entry)
Replaces a single ClasspathEntry instance matched by filter.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IClasspathEntryDescriptor> |
IClasspathDescriptor.getEntryDescriptors()
Returns underlying "live" list of IClasspathEntryDescriptor instances.
|
java.util.List<IClasspathEntryDescriptor> |
IClasspathDescriptor.removeEntry(IClasspathDescriptor.EntryFilter filter)
Removes entries that match EntryFilter (i.e.
|
java.util.List<IClasspathEntryDescriptor> |
IClasspathDescriptor.removeEntry(org.eclipse.core.runtime.IPath path)
Removes entry with specified path from the classpath.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IClasspathDescriptor.EntryFilter.accept(IClasspathEntryDescriptor descriptor) |
Modifier and Type | Class and Description |
---|---|
class |
ClasspathEntryDescriptor
ClasspathEntryDescriptor
|
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<IClasspathEntryDescriptor> |
ClasspathDescriptor.entries |
private java.util.Map<org.eclipse.core.runtime.IPath,IClasspathEntryDescriptor> |
ClasspathDescriptor.staleEntries |
Modifier and Type | Method and Description |
---|---|
private IClasspathEntryDescriptor |
DefaultClasspathManagerDelegate.findClasspathDescriptor(IClasspathDescriptor classpath,
org.eclipse.core.runtime.IPath p) |
private IClasspathEntryDescriptor |
AbstractJavaProjectConfigurator.getEnclosingEntryDescriptor(IClasspathDescriptor classpath,
org.eclipse.core.runtime.IPath fullPath) |
private IClasspathEntryDescriptor |
AbstractJavaProjectConfigurator.getEntryDescriptor(IClasspathDescriptor classpath,
org.eclipse.core.runtime.IPath fullPath) |
IClasspathEntryDescriptor |
ClasspathDescriptor.replaceEntry(IClasspathDescriptor.EntryFilter filter,
org.eclipse.jdt.core.IClasspathEntry cpe) |
Modifier and Type | Method and Description |
---|---|
java.util.List<IClasspathEntryDescriptor> |
ClasspathDescriptor.getEntryDescriptors() |
java.util.List<IClasspathEntryDescriptor> |
ClasspathDescriptor.removeEntry(IClasspathDescriptor.EntryFilter filter) |
java.util.List<IClasspathEntryDescriptor> |
ClasspathDescriptor.removeEntry(org.eclipse.core.runtime.IPath path) |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractJavaProjectConfigurator.configureOverlapWithSource(IClasspathDescriptor classpath,
IClasspathEntryDescriptor enclosing,
org.eclipse.core.runtime.IPath resourceFolder) |
private static InternalModuleInfo |
InternalModuleSupport.getModuleInfo(IClasspathEntryDescriptor entry,
org.eclipse.core.runtime.IProgressMonitor monitor,
int targetCompliance)
Deprecated.
|