Class Definitions


  • public final class Definitions
    extends java.lang.Object
    Contains constant definitions common to the package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CHECKSTYLE_BUNDLE
      Name of resource bundle for Checkstyle.
      static java.util.Set<java.lang.String> INTERNAL_MODULES
      Name of modules which are not checks, but are internal modules.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Definitions()
      Do no allow Definitions instances to be created.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • INTERNAL_MODULES

        public static final java.util.Set<java.lang.String> INTERNAL_MODULES
        Name of modules which are not checks, but are internal modules.
    • Constructor Detail

      • Definitions

        private Definitions()
        Do no allow Definitions instances to be created.