public class MavenClasspathContainer extends Object implements org.eclipse.jdt.core.IClasspathContainer, Serializable
| Constructor and Description |
|---|
MavenClasspathContainer(org.eclipse.core.runtime.IPath path,
org.eclipse.jdt.core.IClasspathEntry[] entries) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jdt.core.IClasspathEntry[] |
getClasspathEntries() |
String |
getDescription() |
int |
getKind() |
org.eclipse.core.runtime.IPath |
getPath() |
public MavenClasspathContainer(org.eclipse.core.runtime.IPath path,
org.eclipse.jdt.core.IClasspathEntry[] entries)
public String getDescription()
getDescription in interface org.eclipse.jdt.core.IClasspathContainerpublic int getKind()
getKind in interface org.eclipse.jdt.core.IClasspathContainerpublic org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
getClasspathEntries in interface org.eclipse.jdt.core.IClasspathContainerpublic org.eclipse.core.runtime.IPath getPath()
getPath in interface org.eclipse.jdt.core.IClasspathContainerCopyright © 2005–2021 Eclipse Foundation. All rights reserved.