Interface CAJConstants

  • All Known Implementing Classes:
    CAJContext

    public interface CAJConstants
    CAJ constants.
    Version:
    $id$
    Author:
    Matej Sekoranja
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CAJ_DEBUG
      String value of the JVM property key to turn on debugging.
      static String CAJ_STRIP_HOSTNAME
      String value of the JVM property key to strip hostname returned by InetAddress.getLocalHost().getHostName().
    • Field Detail

      • CAJ_STRIP_HOSTNAME

        static final String CAJ_STRIP_HOSTNAME
        String value of the JVM property key to strip hostname returned by InetAddress.getLocalHost().getHostName().
        See Also:
        Constant Field Values