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 String
Name of resource bundle for Checkstyle.Name of modules which are not checks, but are internal modules. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Do no allowDefinitions
instances 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 allowDefinitions
instances to be created.
-