Class NamingConventions

java.lang.Object
org.eclipse.jdt.core.NamingConventions

public final class NamingConventions extends Object
Provides methods for computing Java-specific names.

The behavior of the methods is dependent of several JavaCore options.

The possible options are :

For a complete description of the configurable options, see JavaCore.getDefaultOptions(). To programmatically change these options, see JavaCore.setOptions(java.util.Hashtable).

This class provides static methods and constants only.

Since:
2.1
See Also:
Restriction:
This class is not intended to be instantiated by clients.