public class JdtHelper extends java.lang.Object implements IJdtHelper
IJdtHelper.| Constructor and Description |
|---|
JdtHelper() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
computeJavaCoreAvailable() |
boolean |
isFromOutputPath(org.eclipse.core.resources.IResource resource)
Return
true if the given resource is member of a java target folder. |
boolean |
isJavaCoreAvailable()
Return
true if the plugin jdt.core is available. |
protected boolean computeJavaCoreAvailable()
public boolean isJavaCoreAvailable()
IJdtHelpertrue if the plugin jdt.core is available.isJavaCoreAvailable in interface IJdtHelpertrue if the plugin jdt.core is available.public boolean isFromOutputPath(org.eclipse.core.resources.IResource resource)
IJdtHelpertrue if the given resource is member of a java target folder.
May only be invoked if jdt.core is available.isFromOutputPath in interface IJdtHelpertrue if the given resource is member of a java target folder.