Package com.puppycrawl.tools.checkstyle
Class Definitions
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.Definitions
-
public final class Definitions extends Object
Contains constant definitions common to the package.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHECKSTYLE_BUNDLE
Name of resource bundle for Checkstyle.static Set<String>
INTERNAL_MODULES
Name of modules which are not checks, but are internal modules.
-
Constructor Summary
Constructors Modifier Constructor Description private
Definitions()
Do no allowDefinitions
instances to be created.
-
-
-
Field Detail
-
CHECKSTYLE_BUNDLE
public static final String CHECKSTYLE_BUNDLE
Name of resource bundle for Checkstyle.- See Also:
- Constant Field Values
-
INTERNAL_MODULES
public static final Set<String> INTERNAL_MODULES
Name of modules which are not checks, but are internal modules.
-
-
Constructor Detail
-
Definitions
private Definitions()
Do no allowDefinitions
instances to be created.
-
-