Java org.eclipse.jdt.core JavaConventions fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core JavaConventions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core JavaConventions.

The text is from its open source code.

Method

IStatusvalidateClassFileName(String name, String sourceLevel, String complianceLevel)
Validate the given .class file name for the given source and compliance levels.
IStatusvalidateClassFileName(String name)
Validate the given .class file name.
IJavaModelStatusvalidateClasspath(IJavaProject javaProject, IClasspathEntry[] rawClasspath, IPath projectOutputLocation)
Validate a given classpath and output location for a project, using the following rules:
  • Classpath entries cannot collide with each other; that is, all entry paths must be unique.
IJavaModelStatusvalidateClasspathEntry(IJavaProject project, IClasspathEntry entry, boolean checkSourceAttachment)
Returns a Java model status describing the problem related to this classpath entry if any, a status object with code IStatus.OK if the entry is fine (that is, if the given classpath entry denotes a valid element to be referenced onto a classpath).
IStatusvalidateCompilationUnitName(String name, String sourceLevel, String complianceLevel)
Validate the given compilation unit name for the given source and compliance levels.
IStatusvalidateCompilationUnitName(String name)
Validate the given compilation unit name.
IStatusvalidateFieldName(String name, String sourceLevel, String complianceLevel)
Validate the given field name for the given source and compliance levels.
IStatusvalidateFieldName(String name)
Validate the given field name.
IStatusvalidateIdentifier(String id, String sourceLevel, String complianceLevel)
Validate the given Java identifier for the given source and compliance levels The identifier must not have the same spelling as a Java keyword, boolean literal ("true", "false"), or null literal ("null").
IStatusvalidateIdentifier(String id)
Validate the given Java identifier.
IStatusvalidateJavaTypeName(String name)
Validate the given Java type name, either simple or qualified.
IStatusvalidateJavaTypeName(String name, String sourceLevel, String complianceLevel)
Validate the given Java type name, either simple or qualified, for the given source and compliance levels.
IStatusvalidateMethodName(String name, String sourceLevel, String complianceLevel)
Validate the given method name for the given source and compliance levels.
IStatusvalidateMethodName(String name)
Validate the given method name.
IStatusvalidatePackageName(String name, String sourceLevel, String complianceLevel)
Validate the given package name for the given source and compliance levels.
IStatusvalidatePackageName(String name)
Validate the given package name.
IStatusvalidateTypeVariableName(String name, String sourceLevel, String complianceLevel)
Validate the given type variable name for the given source and compliance levels.