Package edu.odu.cs.cowem.documents
Class PropertyNames
- java.lang.Object
-
- edu.odu.cs.cowem.documents.PropertyNames
-
public final class PropertyNames extends java.lang.ObjectNames of important course and document properties.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBASE_URL_PROPERTYName of the property holding the relative URL from a document to the website base directory.static java.lang.StringBB_URL_PROPERTYName of the property holding the URL of a Blackboard course site.static java.lang.StringDIRECTORY_DEPTH_PROPERTYName of the property holding the number of directory levels below the website base at which this document will reside.static java.lang.ObjectDOCUMENT_SET_PATH_PROPERTYAbsolute path to directory containing the primary document.static java.lang.StringPRIMARY_DOCUMENT_PROPERTYName of the property holding the base name of a primary document.
-
-
-
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.
-
-