Class FVTConstants
- java.lang.Object
-
- org.odpi.openmetadata.fvt.utilities.FVTConstants
-
public class FVTConstants extends Object
Constants that provide defaults to the FVT Suite.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_SERVER_NAMEstatic StringDEFAULT_URLstatic StringGRAPH_SERVERstatic StringIN_MEMORY_SERVERstatic StringSERVER_PLATFORM_URL_ROOTstatic StringUSERID
-
Constructor Summary
Constructors Constructor Description FVTConstants()
-
-
-
Field Detail
-
USERID
public static final String USERID
- See Also:
- Constant Field Values
-
DEFAULT_URL
public static final String DEFAULT_URL
- See Also:
- Constant Field Values
-
DEFAULT_SERVER_NAME
public static final String DEFAULT_SERVER_NAME
- See Also:
- Constant Field Values
-
SERVER_PLATFORM_URL_ROOT
public static final String SERVER_PLATFORM_URL_ROOT
- See Also:
- Constant Field Values
-
IN_MEMORY_SERVER
public static final String IN_MEMORY_SERVER
- See Also:
- Constant Field Values
-
GRAPH_SERVER
public static final String GRAPH_SERVER
- See Also:
- Constant Field Values
-
-