Class RunAllFVTOn2Servers
- java.lang.Object
-
- org.odpi.openmetadata.viewservices.glossaryauthor.fvt.RunAllFVTOn2Servers
-
public class RunAllFVTOn2Servers extends Object
FVT resource to call Glossary Author View FVT resources on 2 in memory servers names Server1 and Server2.
-
-
Constructor Summary
Constructors Constructor Description RunAllFVTOn2Servers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetUrl(String[] args)This method gets the url that the tests will use to issue calls to the server.static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getUrl
public static String getUrl(String[] args) throws IOException
This method gets the url that the tests will use to issue calls to the server.If arguments are supplied then the first parameter is used as a url.
If no url is supplied then prompt the user to enter a valid url, enter means to use the default url.
- Parameters:
args- arguments supplied- Returns:
- the url to use on the calls to the server
- Throws:
IOException- IO exception occurred while getting input from the user.
-
-