Class PropertyNames


  • public final class PropertyNames
    extends java.lang.Object
    Names of important course and document properties.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BASE_URL_PROPERTY
      Name of the property holding the relative URL from a document to the website base directory.
      static java.lang.String BB_URL_PROPERTY
      Name of the property holding the URL of a Blackboard course site.
      static java.lang.String DIRECTORY_DEPTH_PROPERTY
      Name of the property holding the number of directory levels below the website base at which this document will reside.
      static java.lang.Object DOCUMENT_SET_PATH_PROPERTY
      Absolute path to directory containing the primary document.
      static java.lang.String PRIMARY_DOCUMENT_PROPERTY
      Name of the property holding the base name of a primary document.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • BASE_URL_PROPERTY

        public static final java.lang.String BASE_URL_PROPERTY
        Name of the property holding the relative URL from a document to the website base directory.
        See Also:
        Constant Field Values
      • BB_URL_PROPERTY

        public static final java.lang.String BB_URL_PROPERTY
        Name of the property holding the URL of a Blackboard course site.
        See Also:
        Constant Field Values
      • DIRECTORY_DEPTH_PROPERTY

        public static final java.lang.String DIRECTORY_DEPTH_PROPERTY
        Name of the property holding the number of directory levels below the website base at which this document will reside.
        See Also:
        Constant Field Values
      • PRIMARY_DOCUMENT_PROPERTY

        public static final java.lang.String PRIMARY_DOCUMENT_PROPERTY
        Name of the property holding the base name of a primary document. Property value is "" if the document being processed is not a primary.
        See Also:
        Constant Field Values
      • DOCUMENT_SET_PATH_PROPERTY

        public static final java.lang.Object DOCUMENT_SET_PATH_PROPERTY
        Absolute path to directory containing the primary document.