Package com.puppycrawl.tools.checkstyle
Class Definitions
java.lang.Object
com.puppycrawl.tools.checkstyle.Definitions
Contains constant definitions common to the package.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of resource bundle for Checkstyle.Name of modules which are not checks, but are internal modules. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateDo no allowDefinitionsinstances to be created. - 
Method Summary
 
- 
Field Details
- 
CHECKSTYLE_BUNDLE
Name of resource bundle for Checkstyle.- See Also:
 
 - 
INTERNAL_MODULES
Name of modules which are not checks, but are internal modules. 
 - 
 - 
Constructor Details
- 
Definitions
private Definitions()Do no allowDefinitionsinstances to be created. 
 -