com.ibm.commerce.foundation.common.config

Class FoundationConfiguration

  • java.lang.Object
    • com.ibm.commerce.foundation.common.config.FoundationConfiguration


  • public class FoundationConfiguration
    extends java.lang.Object
    This class stores global configuration parameters, for example, the configuration parameter to indicate if the server is running on J2EE environment.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean isJ2EE()
      Returns true if the environment is J2EE; otherwise, false is return
      • Methods inherited from class java.lang.Object

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

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • FoundationConfiguration

        public FoundationConfiguration()
    • Method Detail

      • isJ2EE

        public static boolean isJ2EE()
        Returns true if the environment is J2EE; otherwise, false is return
        Returns:
        true if the environment is J2EE; otherwise, false is return