public class MavenClasspathHelpers extends Object
Constructor and Description |
---|
MavenClasspathHelpers() |
Modifier and Type | Method and Description |
---|---|
static String |
getAttribute(org.eclipse.jdt.core.IClasspathEntry entry,
String key) |
static org.eclipse.jdt.core.IClasspathEntry |
getDefaultContainerEntry() |
static org.eclipse.jdt.core.IClasspathEntry |
getDefaultContainerEntry(boolean isExported) |
static boolean |
isMaven2ClasspathContainer(org.eclipse.core.runtime.IPath containerPath) |
static boolean |
isTestSource(org.eclipse.jdt.core.IClasspathEntry entry) |
public static boolean isMaven2ClasspathContainer(org.eclipse.core.runtime.IPath containerPath)
public static org.eclipse.jdt.core.IClasspathEntry getDefaultContainerEntry()
public static org.eclipse.jdt.core.IClasspathEntry getDefaultContainerEntry(boolean isExported)
public static boolean isTestSource(org.eclipse.jdt.core.IClasspathEntry entry)
Copyright © 2005–2018 Eclipse Foundation. All rights reserved.