com.microsoft.tfs.core.pguidance
Class ProcessGuidanceConstants

java.lang.Object
  extended by com.microsoft.tfs.core.pguidance.ProcessGuidanceConstants

public class ProcessGuidanceConstants
extends java.lang.Object

Constants for querying process guidance resources with IProcessGuidance.

Since:
TEE-SDK-10.1

Field Summary
static java.lang.String ABOUT_WORK_ITEMS_FILENAME
           
static java.lang.String FILENAME
           
static java.lang.String FOLDER
           
static java.lang.String FULLPATH
           
static java.lang.String SUPPORTING_FILES_FOLDER
           
 
Constructor Summary
ProcessGuidanceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILENAME

public static final java.lang.String FILENAME
Constant Field Value:
"ProcessGuidance.html"
See Also:
Constant Field Values

FOLDER

public static final java.lang.String FOLDER
Constant Field Value:
"Process Guidance"
See Also:
Constant Field Values

FULLPATH

public static final java.lang.String FULLPATH
Constant Field Value:
"Process Guidance\\ProcessGuidance.html"
See Also:
Constant Field Values

SUPPORTING_FILES_FOLDER

public static final java.lang.String SUPPORTING_FILES_FOLDER
Constant Field Value:
"Supporting Files"
See Also:
Constant Field Values

ABOUT_WORK_ITEMS_FILENAME

public static final java.lang.String ABOUT_WORK_ITEMS_FILENAME
Constant Field Value:
"AboutWorkItems.htm"
See Also:
Constant Field Values
Constructor Detail

ProcessGuidanceConstants

public ProcessGuidanceConstants()


© 2015 Microsoft. All rights reserved.