public interface IJdtHelper
| Modifier and Type | Method and Description | 
|---|---|
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. | 
boolean isJavaCoreAvailable()
true if the plugin jdt.core is available.true if the plugin jdt.core is available.boolean isFromOutputPath(org.eclipse.core.resources.IResource resource)
true if the given resource is member of a java target folder.
 May only be invoked if jdt.core is available.true if the given resource is member of a java target folder.