Class Constants


  • public final class Constants
    extends java.lang.Object
    String constants for the scan package.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String JAR_EXT
      JAR file extension.
      static java.lang.String Package
      Package name for scan utilities.
      static java.lang.String SCAN_JARS_PROPERTY
      System property for JARs to scan explicitly.
      static java.lang.String SKIP_JARS_PROPERTY
      System property for JARs to skip during scanning.
      static java.lang.String WEB_INF_CLASSES
      Standard web application compiled classes directory path.
      static java.lang.String WEB_INF_LIB
      Standard web application library directory path.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Package

        public static final java.lang.String Package
        Package name for scan utilities.
        See Also:
        Constant Field Values
      • SKIP_JARS_PROPERTY

        public static final java.lang.String SKIP_JARS_PROPERTY
        System property for JARs to skip during scanning.
        See Also:
        Constant Field Values
      • SCAN_JARS_PROPERTY

        public static final java.lang.String SCAN_JARS_PROPERTY
        System property for JARs to scan explicitly.
        See Also:
        Constant Field Values
      • JAR_EXT

        public static final java.lang.String JAR_EXT
        JAR file extension.
        See Also:
        Constant Field Values
      • WEB_INF_LIB

        public static final java.lang.String WEB_INF_LIB
        Standard web application library directory path.
        See Also:
        Constant Field Values
      • WEB_INF_CLASSES

        public static final java.lang.String WEB_INF_CLASSES
        Standard web application compiled classes directory path.
        See Also:
        Constant Field Values