public class MavenClasspathContainer
extends java.lang.Object
implements org.eclipse.jdt.core.IClasspathContainer, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private org.eclipse.jdt.core.IClasspathEntry[] |
entries |
private org.eclipse.core.runtime.IPath |
path |
private static long |
serialVersionUID |
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() |
java.lang.String |
getDescription() |
int |
getKind() |
org.eclipse.core.runtime.IPath |
getPath() |
private static final long serialVersionUID
private final org.eclipse.jdt.core.IClasspathEntry[] entries
private final org.eclipse.core.runtime.IPath path
public MavenClasspathContainer(org.eclipse.core.runtime.IPath path, org.eclipse.jdt.core.IClasspathEntry[] entries)
public java.lang.String getDescription()
getDescription
in interface org.eclipse.jdt.core.IClasspathContainer
public int getKind()
getKind
in interface org.eclipse.jdt.core.IClasspathContainer
public org.eclipse.jdt.core.IClasspathEntry[] getClasspathEntries()
getClasspathEntries
in interface org.eclipse.jdt.core.IClasspathContainer
public org.eclipse.core.runtime.IPath getPath()
getPath
in interface org.eclipse.jdt.core.IClasspathContainer