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,
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.
|
Modifier and Type | Method and Description |
---|---|
List<IClasspathEntryDescriptor> |
IClasspathDescriptor.getEntryDescriptors()
Returns underlying "live" list of IClasspathEntryDescriptor instances.
|
List<IClasspathEntryDescriptor> |
IClasspathDescriptor.removeEntry(IClasspathDescriptor.EntryFilter filter)
Removed entries that match EntryFilter (i.e.
|
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 | Method and Description |
---|---|
List<IClasspathEntryDescriptor> |
ClasspathDescriptor.getEntryDescriptors() |
List<IClasspathEntryDescriptor> |
ClasspathDescriptor.removeEntry(IClasspathDescriptor.EntryFilter filter) |
List<IClasspathEntryDescriptor> |
ClasspathDescriptor.removeEntry(org.eclipse.core.runtime.IPath path) |
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.