Java org.springframework.ide.eclipse.core.java JdtUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.ide.eclipse.core.java JdtUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.ide.eclipse.core.java JdtUtils.

The text is from its open source code.

Field

Method

ClassLoadergetClassLoader(IProject project, ClassLoader parentClassLoader)
Create a ClassLoader from the class path configuration of the given project.
IJavaProjectgetJavaProject(IProject project)
Returns the corresponding Java project or null a for given project.
IJavaProjectgetJavaProject(IResource config)
ITypegetJavaType(IProject project, String className)
Returns the corresponding Java type for given full-qualified class name.
ITypegetJavaTypeForMethodReturnType(IMethod method, IType contextType)
intgetLineNumber(IJavaElement element)
String[]getParameterTypesString(IMethod method)
StringgetPropertyNameFromMethodName(IMethod method)
StringgetReturnTypeString(IMethod method, boolean classTypesOnly)
booleanisJavaProject(IResource resource)
Returns true if given resource's project is a Java project.