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
See Also:
Constant Field Values
Constant Field Value:
"ProcessGuidance.html"

FOLDER

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

FULLPATH

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

SUPPORTING_FILES_FOLDER

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

ABOUT_WORK_ITEMS_FILENAME

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

ProcessGuidanceConstants

public ProcessGuidanceConstants()


© 2012 Microsoft. All rights reserved.