com.ibm.commerce.context.content.resources.file

Class ManagedFileDirectoryUtilitySQLResource

  • java.lang.Object
    • com.ibm.commerce.context.content.resources.file.ManagedFileDirectoryUtilitySQLResource


  • public abstract class ManagedFileDirectoryUtilitySQLResource
    extends java.lang.Object
    This class holds all the constants that define SQL statements as well as utilities to retrieve their values.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM Copyright notice field.
      static java.lang.String PROPERTY_FILE_KEY_PREFIX
      This is a constant to represent the prefix of the key used to retrieve the database related constant.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String get(java.lang.String key)
      This method returns the value associated with the specified key.
      • 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
      • PROPERTY_FILE_KEY_PREFIX

        public static java.lang.String PROPERTY_FILE_KEY_PREFIX
        This is a constant to represent the prefix of the key used to retrieve the database related constant.
    • Constructor Detail

      • ManagedFileDirectoryUtilitySQLResource

        public ManagedFileDirectoryUtilitySQLResource()
    • Method Detail

      • get

        public static java.lang.String get(java.lang.String key)
        This method returns the value associated with the specified key.
        Parameters:
        key - The key.
        Returns:
        The value associated with the key.