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.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
Copyright © 2005–2017 Eclipse Foundation. All rights reserved.